From: Günther Deschner Date: Tue, 8 Apr 2008 20:51:55 +0000 (+0200) Subject: Fix IDL for lsa_QueryTrustedDomainInfoByName. X-Git-Tag: samba-3.3.0pre1~2852 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18272d53859378b8832c098bcfafacf306e0eeca;p=thirdparty%2Fsamba.git Fix IDL for lsa_QueryTrustedDomainInfoByName. Guenther --- diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index 28ededa7dbe..217ef05a718 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/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 ); /**********************/