From 8d036f304ed8bbb61be3e26c3670a8c743bd7152 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 16 Oct 2005 18:33:56 +0000 Subject: r11099: Replace unistr with [string] equivalent (This used to be commit 6a8291c80ee814a6bdc092b3ef53f450f30b44a0) --- source4/librpc/idl/dssetup.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl/dssetup.idl') diff --git a/source4/librpc/idl/dssetup.idl b/source4/librpc/idl/dssetup.idl index 3ae9986fde..818460fbba 100644 --- a/source4/librpc/idl/dssetup.idl +++ b/source4/librpc/idl/dssetup.idl @@ -34,9 +34,9 @@ typedef struct { dssetup_DsRole role; dssetup_DsRoleFlags flags; - unistr *domain; - unistr *dns_domain; - unistr *forest; + [charset(UTF16),string] uint16 *domain; + [charset(UTF16),string] uint16 *dns_domain; + [charset(UTF16),string] uint16 *forest; GUID domain_guid; } dssetup_DsRolePrimaryDomInfoBasic; -- cgit