svn commit: samba r11179 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Wed Oct 19 09:43:49 GMT 2005


Author: metze
Date: 2005-10-19 09:43:48 +0000 (Wed, 19 Oct 2005)
New Revision: 11179

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11179

Log:
revert to the old code, till jelmer find a solution how to
handle a UTF16 string in a uint8 array

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2005-10-19 09:41:54 UTC (rev 11178)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2005-10-19 09:43:48 UTC (rev 11179)
@@ -430,7 +430,7 @@
 	/* UnicodeString values */
 	typedef struct {
 		[range(0,10485760)] uint32 length;
-		[size_is(length),charset(UTF16)] uint16 *string;
+		[subcontext(4)] nstring *string;
 	} drsuapi_DsAttributeValueUnicodeString;
 
 	typedef struct {



More information about the samba-cvs mailing list