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:
parent
114596b966
commit
3df409f37c
@ -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
|
||||
);
|
||||
|
||||
/******************/
|
||||
|
Loading…
Reference in New Issue
Block a user