1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

Fix netr_DsrEnumerateDomainTrusts IDL.

Guenther
(This used to be commit 527aae96a6c2da822a21996ba4e6f7df1941fdbc)
This commit is contained in:
Günther Deschner 2008-01-25 16:20:47 +01:00
parent c04b738a13
commit c72caca4a2

View File

@ -1264,7 +1264,7 @@ interface netlogon
WERROR netr_DsrEnumerateDomainTrusts(
[in] [string,charset(UTF16)] uint16 *server_name,
[in] netr_TrustFlags trust_flags,
[out,ref] netr_DomainTrustList **trusts
[out,ref] netr_DomainTrustList *trusts
);