Author: metze
Date: 2005-06-02 15:11:06 +0000 (Thu, 02 Jun 2005)
New Revision: 7196

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7196

Log:
fix typo, that makes the spoolss test working with [validate]
([validate,bigendian] is still failing badly...)

metze
Modified:
   branches/SAMBA_4_0/source/librpc/ndr/ndr_spoolss_buf.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr_spoolss_buf.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/ndr/ndr_spoolss_buf.c      2005-06-02 
13:21:11 UTC (rev 7195)
+++ branches/SAMBA_4_0/source/librpc/ndr/ndr_spoolss_buf.c      2005-06-02 
15:11:06 UTC (rev 7196)
@@ -333,8 +333,8 @@
 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;

Reply via email to