From 18272d53859378b8832c098bcfafacf306e0eeca Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 8 Apr 2008 22:51:55 +0200 Subject: [PATCH] Fix IDL for lsa_QueryTrustedDomainInfoByName. Guenther --- source/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); /**********************/ -- 2.11.4.GIT