1
0
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:
Günther Deschner 2010-10-01 19:48:11 +02:00
parent 0ff7e0c998
commit a88a7c76de

View 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;
}