summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-06-11 15:21:29 +1000
committerAndrew Tridgell <tridge@samba.org>2009-06-12 12:23:45 +1000
commitbbe758d55b58a28ae2585de07fde835b14445843 (patch)
tree3a265c7fb902f014b13ac576c70e937726ed6cd3 /source4/librpc/rpc/dcerpc.c
parent3938d1e5fa1996f64e92d33d6893bab620d16b23 (diff)
downloadsamba-bbe758d55b58a28ae2585de07fde835b14445843.tar.gz
samba-bbe758d55b58a28ae2585de07fde835b14445843.tar.bz2
samba-bbe758d55b58a28ae2585de07fde835b14445843.zip
always enable RPC debugging with a debug level >= 100.
This helps with tools where setting the binding string is not possible, such as net
Diffstat (limited to 'source4/librpc/rpc/dcerpc.c')
-rw-r--r--source4/librpc/rpc/dcerpc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.c b/source4/librpc/rpc/dcerpc.c
index c8add30ef8..13f649cdd9 100644
--- a/source4/librpc/rpc/dcerpc.c
+++ b/source4/librpc/rpc/dcerpc.c
@@ -114,6 +114,10 @@ _PUBLIC_ struct dcerpc_pipe *dcerpc_pipe_init(TALLOC_CTX *mem_ctx, struct tevent
ZERO_STRUCT(p->syntax);
ZERO_STRUCT(p->transfer_syntax);
+ if (DEBUGLVL(100)) {
+ p->conn->flags |= DCERPC_DEBUG_PRINT_BOTH;
+ }
+
return p;
}