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

Fix IDL for lsa_EnumTrustDom.

Guenther
(This used to be commit 278c891c54813ab802e1de300b498a0f9db79321)
This commit is contained in:
Günther Deschner 2008-02-12 23:38:28 +01:00
parent e2b3aad817
commit 5b3fe8d63a

View File

@ -327,9 +327,9 @@ import "security.idl";
NTSTATUS lsa_EnumTrustDom (
[in] policy_handle *handle,
[in,out] uint32 *resume_handle,
[in] uint32 max_size,
[out] lsa_DomainList *domains
[in,out,ref] uint32 *resume_handle,
[out,ref] lsa_DomainList *domains,
[in] uint32 max_size
);