diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/ndr/ndr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/ndr/ndr.c b/librpc/ndr/ndr.c index 8188ec998f..7d4a2bc09c 100644 --- a/librpc/ndr/ndr.c +++ b/librpc/ndr/ndr.c @@ -255,6 +255,7 @@ _PUBLIC_ void ndr_print_function_debug(ndr_print_function_t fn, const char *name ndr->print = ndr_print_debug_helper; ndr->depth = 1; ndr->flags = 0; + ndr->iconv_convenience = smb_iconv_convenience_init(talloc_autofree_context(), "ASCII", "UTF-8", true); fn(ndr, name, flags, ptr); talloc_free(ndr); } |