summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-02-10 20:48:22 +0000
committerAndrew Tridgell <tridge@samba.org>2004-02-10 20:48:22 +0000
commit6bee3fbd659a3ab9e1ace0a9e0c7227bdc59f3f8 (patch)
tree98ca6dcb5b15c2f7ecad6fe66b245e0ef97edaef /source4
parent2ac07b1b0f937aa83674d696727cdd829ef63daf (diff)
downloadsamba-6bee3fbd659a3ab9e1ace0a9e0c7227bdc59f3f8.tar.gz
samba-6bee3fbd659a3ab9e1ace0a9e0c7227bdc59f3f8.tar.bz2
samba-6bee3fbd659a3ab9e1ace0a9e0c7227bdc59f3f8.zip
don't force debug in the RPC-MGMT test
(This used to be commit e0eb4b3cfb75385ff7a012ca0f8fad1278c195d9)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/mgmt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/rpc/mgmt.c b/source4/torture/rpc/mgmt.c
index b41e24976f..2c4863be90 100644
--- a/source4/torture/rpc/mgmt.c
+++ b/source4/torture/rpc/mgmt.c
@@ -231,8 +231,6 @@ BOOL torture_rpc_mgmt(int dummy)
continue;
}
- p->flags |= DCERPC_DEBUG_PRINT_BOTH;
-
if (!test_is_server_listening(p, mem_ctx)) {
ret = False;
}