diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-13 13:04:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:51 -0500 |
commit | 2475863ce77e26d5dc285b9dede56f2d0120e446 (patch) | |
tree | ad6ad69aa0b5fdfb954e031873a3b9abdf801ab9 /source4/librpc/idl | |
parent | 7c9e113f1de1561fb5caf4ae4afe52b5d853b655 (diff) | |
download | samba-2475863ce77e26d5dc285b9dede56f2d0120e446.tar.gz samba-2475863ce77e26d5dc285b9dede56f2d0120e446.tar.bz2 samba-2475863ce77e26d5dc285b9dede56f2d0120e446.zip |
r2950: 0x40000 is clearer than 262144
(This used to be commit c17d9254d42e5966fbdfeeda18023c8c0203dad1)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |