diff options
author | Günther Deschner <gd@samba.org> | 2009-03-18 03:11:37 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-18 10:36:20 +0100 |
commit | b60698bfbe5a3656c89d600453b198c003220227 (patch) | |
tree | 9714abc5b043d2aa9d838fc9c0b2e0ddab8e7350 /librpc | |
parent | 38a225667ee7e59d4fcf090255a077c0660130ea (diff) | |
download | samba-b60698bfbe5a3656c89d600453b198c003220227.tar.gz |
spoolss: fix ndr_push_spoolss_EnumPrinterDataEx.
Guenther
(cherry picked from commit 048013ddaa8b5c65ae6db0d8dbfd1e7082f75fc5)
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/ndr/ndr_spoolss_buf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/ndr/ndr_spoolss_buf.c b/librpc/ndr/ndr_spoolss_buf.c index 16a9b1ba4bd..97624d3a124 100644 --- a/librpc/ndr/ndr_spoolss_buf.c +++ b/librpc/ndr/ndr_spoolss_buf.c @@ -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); |