r2950: 0x40000 is clearer than 262144
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Oct 2004 13:04:55 +0000 (13:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:51 +0000 (12:59 -0500)
(This used to be commit c17d9254d42e5966fbdfeeda18023c8c0203dad1)

source4/librpc/idl/samr.idl

index 507d327417ee5daae215cfc75c5dec3029f1a113..8feb726ac88f4738b4f48a25a11d3c487fc4f8a2 100644 (file)
@@ -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;