svn commit: samba r5504 - in branches/SAMBA_4_0/source/librpc/ndr: .

metze at samba.org metze at samba.org
Tue Feb 22 12:53:02 GMT 2005


Author: metze
Date: 2005-02-22 12:53:02 +0000 (Tue, 22 Feb 2005)
New Revision: 5504

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

Log:
fix typo

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-02-22 11:51:18 UTC (rev 5503)
+++ branches/SAMBA_4_0/source/librpc/ndr/ndr_spoolss_buf.c	2005-02-22 12:53:02 UTC (rev 5504)
@@ -41,7 +41,7 @@
 			ndr2->offset = 0;\
 			NDR_CHECK(ndr_push_##type(ndr2, NDR_SCALARS|NDR_BUFFERS, r->in.level, &(*r->out.info)[i]));\
 		}\
-		if (*r->in.buf_size >= ndr->offset) {\
+		if (*r->in.buf_size >= ndr2->offset) {\
 			buffer = data_blob_const(ndr2->data, ndr2->offset);\
 		} else {\
 			r->out.info = NULL;\



More information about the samba-cvs mailing list