diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-02-12 16:16:35 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-02-12 16:16:35 +0100 |
commit | be25cdebcbdd0c26050076629d4edfbababe2852 (patch) | |
tree | 8a585867f353ebff8fbaaf460838b98609843dc4 /source4/librpc/ndr/libndr.h | |
parent | 1f3e4e2deab26cae000268b4067ab8c2e2eee3ef (diff) | |
download | samba-be25cdebcbdd0c26050076629d4edfbababe2852.tar.gz samba-be25cdebcbdd0c26050076629d4edfbababe2852.tar.bz2 samba-be25cdebcbdd0c26050076629d4edfbababe2852.zip |
librpc: remove special support for fixed length strings
Fixed arrays with the charset() attribute do the same
metze
(This used to be commit 9620b86e96e8065c0ff6db0d95130ab53581d468)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 1ecc6f3c38..731ef0f60b 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -109,11 +109,9 @@ struct ndr_print { #define LIBNDR_FLAG_STR_NULLTERM (1<<6) #define LIBNDR_FLAG_STR_SIZE2 (1<<7) #define LIBNDR_FLAG_STR_BYTESIZE (1<<8) -#define LIBNDR_FLAG_STR_FIXLEN32 (1<<9) #define LIBNDR_FLAG_STR_CONFORMANT (1<<10) #define LIBNDR_FLAG_STR_CHARLEN (1<<11) #define LIBNDR_FLAG_STR_UTF8 (1<<12) -#define LIBNDR_FLAG_STR_FIXLEN15 (1<<13) #define LIBNDR_STRING_FLAGS (0x7FFC) |