mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3-dcerpc: no point for printing NDR twice for internal pipes in log level 10.
Guenther
This commit is contained in:
parent
0ff7e0c998
commit
a88a7c76de
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user