1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix IDL for lsa_CreateAccount.

Guenther
(This used to be commit f129feecdb)
This commit is contained in:
Günther Deschner 2008-02-08 18:18:26 +01:00
parent 114596b966
commit 3df409f37c

View File

@ -276,9 +276,9 @@ import "security.idl";
/* Function: 0x0a */
[public] NTSTATUS lsa_CreateAccount (
[in] policy_handle *handle,
[in] dom_sid2 *sid,
[in,ref] dom_sid2 *sid,
[in] uint32 access_mask,
[out] policy_handle *acct_handle
[out] policy_handle **acct_handle
);
/******************/