summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-10-19 09:43:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:56 -0500
commitba97ac6b96cbd5a3b40acd2d62f7483d1872d124 (patch)
tree1c094a0e2ec7caae472f1bbc4f2b7437f9900e32 /source4
parent50030d5c4fe70de7defa2b513664f83d9ccd47c9 (diff)
downloadsamba-ba97ac6b96cbd5a3b40acd2d62f7483d1872d124.tar.gz
samba-ba97ac6b96cbd5a3b40acd2d62f7483d1872d124.tar.bz2
samba-ba97ac6b96cbd5a3b40acd2d62f7483d1872d124.zip
r11179: revert to the old code, till jelmer find a solution how to
handle a UTF16 string in a uint8 array metze (This used to be commit d13315f3b135228febcbe9b99d3550363c21da81)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/drsuapi.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl
index 9711674581..f900af9ce2 100644
--- a/source4/librpc/idl/drsuapi.idl
+++ b/source4/librpc/idl/drsuapi.idl
@@ -430,7 +430,7 @@ interface drsuapi
/* UnicodeString values */
typedef struct {
[range(0,10485760)] uint32 length;
- [size_is(length),charset(UTF16)] uint16 *string;
+ [subcontext(4)] nstring *string;
} drsuapi_DsAttributeValueUnicodeString;
typedef struct {