svn commit: samba r7872 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Fri Jun 24 04:42:05 GMT 2005


Author: tridge
Date: 2005-06-24 04:42:05 +0000 (Fri, 24 Jun 2005)
New Revision: 7872

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

Log:
another place we were relying on the old behaviour of value()

Modified:
   branches/SAMBA_4_0/source/librpc/idl/netlogon.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2005-06-24 04:33:37 UTC (rev 7871)
+++ branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2005-06-24 04:42:05 UTC (rev 7872)
@@ -109,7 +109,7 @@
 	typedef [flag(NDR_PAHEX)] struct {
 		uint16 length;
 		[value(length)] uint16 size;
-		[size_is(size),length_is(length)] uint8 *data;
+		[size_is(length),length_is(length)] uint8 *data;
 	} netr_ChallengeResponse;
 
 	typedef [flag(NDR_PAHEX)] struct {



More information about the samba-cvs mailing list