summaryrefslogtreecommitdiff
path: root/librpc/idl/idl_types.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-03-23 18:45:20 -0400
committerSimo Sorce <idra@samba.org>2010-03-23 18:47:39 -0400
commitfd2bc081381eb24bdbb82d0b1b0fbf0ae12f250a (patch)
treeb1e2e1c44da17f409fe5ef4791f07a200c4d8033 /librpc/idl/idl_types.h
parent247c6f53f9e2bc5dd1039e49cc92062b240ae818 (diff)
downloadsamba-fd2bc081381eb24bdbb82d0b1b0fbf0ae12f250a.tar.gz
idl: fix forest trust information idl
--validate now passes
Diffstat (limited to 'librpc/idl/idl_types.h')
-rw-r--r--librpc/idl/idl_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/librpc/idl/idl_types.h b/librpc/idl/idl_types.h
index e8b3da578ff..d763a8b22a3 100644
--- a/librpc/idl/idl_types.h
+++ b/librpc/idl/idl_types.h
@@ -48,9 +48,10 @@
#define utf8string [flag(STR_UTF8|STR_NULLTERM)] string
/*
- an utf8 string prefixed with [size], 32 bits
+ an utf8 string prefixed with [length], 32 bits
+ not null terminated
*/
-#define utf8string2 [flag(STR_UTF8|STR_SIZE4)] string
+#define utf8string2 [flag(STR_SIZE4|STR_UTF8|STR_NOTERM)] string
/*
a null terminated UCS2 string