From 61dbda8facf645929eabbe1772b6b1c595356577 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Apr 2008 22:51:55 +0200 Subject: Fix IDL for lsa_QueryTrustedDomainInfoByName. Guenther (This used to be commit 18272d53859378b8832c098bcfafacf306e0eeca) --- source3/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc') 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 ); /**********************/ -- cgit