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:
parent
ef01ceff89
commit
a83f6314b6
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user