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:
parent
7a822c3c71
commit
18272d5385
@ -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
|
||||
);
|
||||
|
||||
/**********************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user