From: Günther Deschner Date: Tue, 8 Apr 2008 20:57:16 +0000 (+0200) Subject: Fix IDL for lsa_QueryTrustedDomainInfo. X-Git-Tag: samba-3.3.0pre1~2848 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a064d000969233cf517f2e47b890d4e983c957ad;p=thirdparty%2Fsamba.git Fix IDL for lsa_QueryTrustedDomainInfo. Guenther --- diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index 531b754ed4e..994553f2bfe 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -630,8 +630,8 @@ import "security.idl"; /* Function: 0x1a */ NTSTATUS lsa_QueryTrustedDomainInfo( [in] policy_handle *trustdom_handle, - [in] lsa_TrustDomInfoEnum level, - [out,switch_is(level),unique] lsa_TrustedDomainInfo *info + [in] lsa_TrustDomInfoEnum level, + [out,switch_is(level),ref] lsa_TrustedDomainInfo **info ); /* Function: 0x1b */