summaryrefslogtreecommitdiff
path: root/source4/build/pidl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-18 06:14:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:06 -0500
commit70f457bd1a13275faa5f33754ef819a5f75e0374 (patch)
treea989b6552281df299797d44d2e458e1e013e56be /source4/build/pidl
parent84da00004be647d92230fb97e2610daaed3dfd93 (diff)
downloadsamba-70f457bd1a13275faa5f33754ef819a5f75e0374.tar.gz
samba-70f457bd1a13275faa5f33754ef819a5f75e0374.tar.bz2
samba-70f457bd1a13275faa5f33754ef819a5f75e0374.zip
r1872: revert -r 1845 because the caling function should look at the fault_code
when it gets NT_STATUS_NET_WRITE_FAULT metze (This used to be commit 084845c1ab5e8acdb91f1d93b87d3f58e5de1bfd)
Diffstat (limited to 'source4/build/pidl')
-rw-r--r--source4/build/pidl/server.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/server.pm b/source4/build/pidl/server.pm
index aa44d9cbb2..2c590ea642 100644
--- a/source4/build/pidl/server.pm
+++ b/source4/build/pidl/server.pm
@@ -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;
}