mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r25907: use DEBUGADD() to match samba3
metze
(This used to be commit d2deefb551
)
This commit is contained in:
parent
92897b1153
commit
b5f7841a51
@ -186,10 +186,10 @@ _PUBLIC_ void ndr_print_debug_helper(struct ndr_print *ndr, const char *format,
|
||||
va_end(ap);
|
||||
|
||||
for (i=0;i<ndr->depth;i++) {
|
||||
DEBUG(0,(" "));
|
||||
DEBUGADD(0,(" "));
|
||||
}
|
||||
|
||||
DEBUG(0,("%s\n", s));
|
||||
DEBUGADD(0,("%s\n", s));
|
||||
free(s);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user