1
0
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:
Stefan Metzmacher
2004-08-18 06:14:47 +00:00
committed by Gerald (Jerry) Carter
parent 189ed09840
commit 084845c1ab
2 changed files with 3 additions and 13 deletions

View File

@@ -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;
}