mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
r1872: revert -r 1845 because the caling function should look at the fault_code
when it gets NT_STATUS_NET_WRITE_FAULT metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
189ed09840
commit
084845c1ab
@@ -102,7 +102,7 @@ pidl "
|
||||
}
|
||||
|
||||
if (dce_call->fault_code != 0) {
|
||||
return dcerpc_map_fault2ntstatus(dce_call->fault_code);
|
||||
return NT_STATUS_NET_WRITE_FAULT;
|
||||
}
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user