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

Fix IDL for lsa_OpenAccount.

Guenther
(This used to be commit ad392fcf7847df151c2ba56668bfdd0bf1f93971)
This commit is contained in:
Günther Deschner 2008-02-08 17:33:19 +01:00
parent ef01ceff89
commit a83f6314b6

View File

@ -431,9 +431,9 @@ import "security.idl";
/* Function: 0x11 */
NTSTATUS lsa_OpenAccount (
[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
);