diff options
author | Pavel Filipenský <pfilipen@redhat.com> | 2022-07-08 16:48:09 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2022-07-15 14:25:38 +0000 |
commit | d3805d535507936051c7eeb30d56411fe1bb7cea (patch) | |
tree | a5a89363999d5437d9d900998a42a3450a37159b /source4/torture/ndr | |
parent | b1f8f5c446647253319d66c6d9dd012e38e0c7eb (diff) | |
download | samba-d3805d535507936051c7eeb30d56411fe1bb7cea.tar.gz |
librpc:ndr: Update ndr_print_debug() to the new ndr ABI
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/torture/ndr')
-rw-r--r-- | source4/torture/ndr/ntprinting.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/torture/ndr/ntprinting.c b/source4/torture/ndr/ntprinting.c index 531e0040abd..d5e7e90a4ff 100644 --- a/source4/torture/ndr/ntprinting.c +++ b/source4/torture/ndr/ntprinting.c @@ -613,9 +613,7 @@ static bool ntprinting_printer_latin1_check(struct torture_context *tctx) ndr_err, "ndr_pull_ntprinting_printer"); #if 0 - ndr_print_debug((ndr_print_fn_t) ndr_print_ntprinting_printer, - "ntprinter", - &r); + NDR_PRINT_DEBUG(1, ntprinting_printer, &r); #endif torture_assert_str_equal(tctx, r.info.printername, |