diff options
-rw-r--r-- | source3/librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 28ededa7db..217ef05a71 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -803,7 +803,7 @@ import "security.idl"; [in] policy_handle *handle, [in,ref] lsa_String *trusted_domain, [in] lsa_TrustDomInfoEnum level, - [out,ref,switch_is(level)] lsa_TrustedDomainInfo *info + [out,ref,switch_is(level)] lsa_TrustedDomainInfo **info ); /**********************/ |