From d915f12c0486d5dd812fc04970113ee457243acf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 2 Jun 2005 15:11:06 +0000 Subject: r7196: fix typo, that makes the spoolss test working with [validate] ([validate,bigendian] is still failing badly...) metze --- source/librpc/ndr/ndr_spoolss_buf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/librpc/ndr/ndr_spoolss_buf.c') diff --git a/source/librpc/ndr/ndr_spoolss_buf.c b/source/librpc/ndr/ndr_spoolss_buf.c index c423eed4df4..332a5632442 100644 --- a/source/librpc/ndr/ndr_spoolss_buf.c +++ b/source/librpc/ndr/ndr_spoolss_buf.c @@ -333,8 +333,8 @@ NTSTATUS ndr_push_spoolss_EnumPrintProcessors(struct ndr_push *ndr, int flags, s NTSTATUS ndr_pull_spoolss_EnumPrintProcessors(struct ndr_pull *ndr, int flags, struct spoolss_EnumPrintProcessors *r) { NDR_SPOOLSS_PULL_ENUM(spoolss_EnumPrintProcessors,{ - r->in.servername = r->in.servername; - r->in.environment = r->in.environment; + r->in.servername = _r.in.servername; + r->in.environment = _r.in.environment; },{ _r.in.servername = r->in.servername; _r.in.environment = r->in.environment; -- cgit