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

metze at samba.org metze at samba.org
Mon May 2 14:53:19 GMT 2005


Author: metze
Date: 2005-05-02 14:53:19 +0000 (Mon, 02 May 2005)
New Revision: 6574

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

Log:
send a value for embedded ref pointers,
(this fixes the doublepointer test against w2k3)

but we accept zero pointers on the receive side,
because it's used in DRSUAPI

metze

Modified:
   branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c	2005-05-02 14:17:19 UTC (rev 6573)
+++ branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c	2005-05-02 14:53:19 UTC (rev 6574)
@@ -577,7 +577,7 @@
 	if (p == NULL) {
 		return NT_STATUS_INVALID_PARAMETER_MIX;
 	}
-	return ndr_push_uint32(ndr, NDR_SCALARS, 0);
+	return ndr_push_uint32(ndr, NDR_SCALARS, 0xAEF1AEF1);
 }
 
 



More information about the samba-cvs mailing list