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

tridge at samba.org tridge at samba.org
Wed Oct 13 13:04:55 GMT 2004


Author: tridge
Date: 2004-10-13 13:04:55 +0000 (Wed, 13 Oct 2004)
New Revision: 2950

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2950&nolog=1

Log:
0x40000 is clearer than 262144



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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/samr.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/samr.idl	2004-10-13 13:00:57 UTC (rev 2949)
+++ branches/SAMBA_4_0/source/librpc/idl/samr.idl	2004-10-13 13:04:55 UTC (rev 2950)
@@ -48,7 +48,7 @@
 	/* Function: 0x02 */
 
 	typedef struct {
-		[range(0,262144),value(ndr_size_security_descriptor(r->sd))] uint32 sd_size;
+		[range(0,0x40000),value(ndr_size_security_descriptor(r->sd))] uint32 sd_size;
 		[subcontext(4)] security_descriptor *sd;
 	} samr_SdBuf;
 



More information about the samba-cvs mailing list