From 2475863ce77e26d5dc285b9dede56f2d0120e446 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Oct 2004 13:04:55 +0000 Subject: r2950: 0x40000 is clearer than 262144 (This used to be commit c17d9254d42e5966fbdfeeda18023c8c0203dad1) --- source4/librpc/idl/samr.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 507d327417..8feb726ac8 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -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; -- cgit