summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-08 22:51:55 +0200
committerGünther Deschner <gd@samba.org>2008-04-08 22:51:55 +0200
commit61dbda8facf645929eabbe1772b6b1c595356577 (patch)
tree697991591d59bd0098836360ed735872b5c0d01f /source3/librpc
parent799d4cbd114fdcc47e6eb1a706116aef189188b5 (diff)
downloadsamba-61dbda8facf645929eabbe1772b6b1c595356577.tar.gz
samba-61dbda8facf645929eabbe1772b6b1c595356577.tar.bz2
samba-61dbda8facf645929eabbe1772b6b1c595356577.zip
Fix IDL for lsa_QueryTrustedDomainInfoByName.
Guenther (This used to be commit 18272d53859378b8832c098bcfafacf306e0eeca)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/lsa.idl2
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
);
/**********************/