diff options
author | Simo Sorce <idra@samba.org> | 2010-02-24 17:55:25 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-02-24 18:35:48 -0500 |
commit | 76f4e6f16b624c6a680122b4bed7f5922bc1f236 (patch) | |
tree | b701f9576d85efd8c12c08e206a563a23156a842 /librpc/idl | |
parent | a7057e69c72f2c42a76cf67ccdb5927023c6aac2 (diff) | |
download | samba-76f4e6f16b624c6a680122b4bed7f5922bc1f236.tar.gz samba-76f4e6f16b624c6a680122b4bed7f5922bc1f236.tar.bz2 samba-76f4e6f16b624c6a680122b4bed7f5922bc1f236.zip |
idl:lsa change string type
comapring win<-> traces it looks like this is an lsa_StringLarge
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |