svn commit: samba r1848 - branches/SAMBA_4_0/source/librpc/ndr

metze at samba.org metze at samba.org
Tue Aug 17 09:30:47 GMT 2004


Author: metze
Date: 2004-08-17 09:30:46 +0000 (Tue, 17 Aug 2004)
New Revision: 1848

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1848&nolog=1

Log:
fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZE

metze

Modified:
   branches/SAMBA_4_0/source/librpc/ndr/libndr.h


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/ndr/libndr.h
===================================================================
--- branches/SAMBA_4_0/source/librpc/ndr/libndr.h	2004-08-17 09:14:46 UTC (rev 1847)
+++ branches/SAMBA_4_0/source/librpc/ndr/libndr.h	2004-08-17 09:30:46 UTC (rev 1848)
@@ -99,7 +99,7 @@
 #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)



More information about the samba-cvs mailing list