summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/dsgetinfo.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-13 09:38:03 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-15 09:34:03 +0200
commitc0736c70d6ab442055f998e7b1308a0536f99a95 (patch)
tree05c47bd562867db175edae7c397d70f9c4971877 /source4/torture/rpc/dsgetinfo.c
parent1293712b7d098aca12d7d2e043dc8ee87fb02aec (diff)
downloadsamba-c0736c70d6ab442055f998e7b1308a0536f99a95.tar.gz
s4:torture/rpc: don't look at p->last_fault_code for debugging anymore
metze
Diffstat (limited to 'source4/torture/rpc/dsgetinfo.c')
-rw-r--r--source4/torture/rpc/dsgetinfo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/torture/rpc/dsgetinfo.c b/source4/torture/rpc/dsgetinfo.c
index 0184905f594..31ab7d075d1 100644
--- a/source4/torture/rpc/dsgetinfo.c
+++ b/source4/torture/rpc/dsgetinfo.c
@@ -170,9 +170,6 @@ static bool _test_DsBind(struct torture_context *tctx,
status = dcerpc_drsuapi_DsBind_r(b->drs_handle, ctx, &b->req);
if (!NT_STATUS_IS_OK(status)) {
const char *errstr = nt_errstr(status);
- if (NT_STATUS_EQUAL(status, NT_STATUS_NET_WRITE_FAULT)) {
- errstr = dcerpc_errstr(ctx, b->drs_pipe->last_fault_code);
- }
printf("dcerpc_drsuapi_DsBind failed - %s\n", errstr);
ret = false;
} else if (!W_ERROR_IS_OK(b->req.out.result)) {