From 10126065d4b71ebd01f8bd56e58c7dee997267f0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Aug 2004 09:30:46 +0000 Subject: r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZE metze (This used to be commit 7f1fceeb7f7e2e51fb67f48b1513a32564b7cdff) --- source4/librpc/ndr/libndr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index a7f90798b9..8e2e08dc0c 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -99,7 +99,7 @@ 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_STRING_FLAGS (0xFC) +#define LIBNDR_STRING_FLAGS (0x1FC) #define LIBNDR_FLAG_REF_ALLOC (1<<10) #define LIBNDR_FLAG_REMAINING (1<<11) -- cgit