s3-dcerpc: no point for printing NDR twice for internal pipes in log level 10.
authorGünther Deschner <gd@samba.org>
Fri, 1 Oct 2010 17:48:11 +0000 (19:48 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 1 Oct 2010 20:30:22 +0000 (22:30 +0200)
Guenther

source3/rpc_server/rpc_ncacn_np.c

index cbf5248e82d0fc2433e03a4867ea6f286111b9db..b6cf58bd58cb1d71c681d008e2869e8daa5b69ea 100644 (file)
@@ -394,7 +394,7 @@ static void rpcint_bh_do_ndr_print(struct dcerpc_binding_handle *h,
 {
        void *struct_ptr = discard_const(_struct_ptr);
 
-       if (DEBUGLEVEL < 10) {
+       if (DEBUGLEVEL < 11) {
                return;
        }