1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-11 17:58:16 +03:00

Fix IDL for lsa_QueryTrustedDomainInfoByName.

Guenther
This commit is contained in:
Günther Deschner 2008-04-08 22:51:55 +02:00
parent 7a822c3c71
commit 18272d5385

View File

@ -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
);
/**********************/