librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()
authorStefan Metzmacher <metze@samba.org>
Mon, 23 Sep 2013 05:39:43 +0000 (07:39 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 23 Sep 2013 22:11:07 +0000 (00:11 +0200)
commitc18c6c9fb53a84e587f5ed951e47a1bb5f53a30e
tree83d71585876c466daf9bb82b5e9ef631b2bb2b54
parent3d3e8b53bf78c6ab442682b9fe22c902b9c45d73
librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()

It's much easier to look at hexdump -C style output than
a few thousand lines with 1 byte each.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
librpc/ndr/ndr_basic.c