From 76f4e6f16b624c6a680122b4bed7f5922bc1f236 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 24 Feb 2010 17:55:25 -0500 Subject: idl:lsa change string type comapring win<-> traces it looks like this is an lsa_StringLarge --- librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl index bfb465a7e4..6b3536a8c6 100644 --- a/librpc/idl/lsa.idl +++ b/librpc/idl/lsa.idl @@ -1279,7 +1279,7 @@ import "misc.idl", "security.idl"; } lsa_ForestTrustDomainInfo; typedef [switch_type(uint32)] union { - [case(LSA_FOREST_TRUST_TOP_LEVEL_NAME)] lsa_String top_level_name; + [case(LSA_FOREST_TRUST_TOP_LEVEL_NAME)] lsa_StringLarge top_level_name; [case(LSA_FOREST_TRUST_TOP_LEVEL_NAME_EX)] lsa_StringLarge top_level_name_ex; [case(LSA_FOREST_TRUST_DOMAIN_INFO)] lsa_ForestTrustDomainInfo domain_info; [default] lsa_ForestTrustBinaryData data; -- cgit