mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
r24360: Make ndr_print_debug_helper() output readable.
Guenther (This used to be commit 45ee3b55d51fcde0e5c0ea56069656d6f2647fff)
This commit is contained in:
parent
6216cd58c2
commit
968c43f874
@ -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