From 3b05dae2009ef48491f012fa09b403102c92cb06 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 28 Mar 2005 18:23:54 +0000 Subject: [PATCH] r6099: use the enum print function metze (This used to be commit ff32e2182e3f11b1b51110c9d3f34bc8781dec0b) --- source4/librpc/ndr/ndr_spoolss_buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/ndr/ndr_spoolss_buf.c b/source4/librpc/ndr/ndr_spoolss_buf.c index 4b1483709aa..ecb8f374c63 100644 --- a/source4/librpc/ndr/ndr_spoolss_buf.c +++ b/source4/librpc/ndr/ndr_spoolss_buf.c @@ -226,7 +226,7 @@ void ndr_print_spoolss_EnumPrinters(struct ndr_print *ndr, const char *name, int if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "spoolss_EnumPrinters"); ndr->depth++; - ndr_print_uint32(ndr, "flags", r->in.flags); + ndr_print_spoolss_EnumPrinterFlags(ndr, "flags", r->in.flags); ndr_print_ptr(ndr, "server", r->in.server); ndr->depth++; if (r->in.server) { -- 2.11.4.GIT