mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r24360: Make ndr_print_debug_helper() output readable.
Guenther
This commit is contained in:
parent
b2ac1a3ec5
commit
45ee3b55d5
@ -199,10 +199,10 @@ void ndr_print_debug_helper(struct ndr_print *ndr, const char *format, ...) _PRI
|
||||
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…
x
Reference in New Issue
Block a user