spoolss: fix ndr_push_spoolss_EnumPrinterDataEx.
authorGünther Deschner <gd@samba.org>
Wed, 18 Mar 2009 02:11:37 +0000 (03:11 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 18 Mar 2009 09:35:13 +0000 (10:35 +0100)
Guenther

librpc/ndr/ndr_spoolss_buf.c

index 16a9b1ba4bde984d818279824c87d8ec41516387..97624d3a1248d927cad65a07bdb20404d2895531 100644 (file)
@@ -458,6 +458,7 @@ enum ndr_err_code ndr_push_spoolss_EnumPrinterDataEx(struct ndr_push *ndr, int f
                _r.out.count    = r->out.count;
                _r.out.needed   = r->out.needed;
                _r.out.result   = r->out.result;
+               _r.out.info     = data_blob(NULL, 0);
                if (r->in.offered >= *r->out.needed) {
                        struct __spoolss_EnumPrinterDataEx __r;
                        _ndr_info = ndr_push_init_ctx(ndr, ndr->iconv_convenience);