1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

lsa: fix IDL for lsa_SetTrustedDomainInfoByName.

Guenther
This commit is contained in:
Günther Deschner 2010-03-16 21:14:45 +01:00
parent f98941033d
commit 4f28afc929

View File

@ -1040,11 +1040,11 @@ import "misc.idl", "security.idl";
/**********************/
/* Function 0x31 */
NTSTATUS lsa_SetTrustedDomainInfoByName(
[public] NTSTATUS lsa_SetTrustedDomainInfoByName(
[in] policy_handle *handle,
[in] lsa_String trusted_domain,
[in,ref] lsa_String *trusted_domain,
[in] lsa_TrustDomInfoEnum level,
[in,unique,switch_is(level)] lsa_TrustedDomainInfo *info
[in,ref,switch_is(level)] lsa_TrustedDomainInfo *info
);
/* Function 0x32 */