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

Fix IDL for lsa_AddPrivilegesToAccount.

Guenther
This commit is contained in:
Günther Deschner 2008-02-14 12:47:04 +01:00
parent 8125d8557f
commit 21f8216698

View File

@ -461,7 +461,7 @@ import "security.idl";
/* Function: 0x13 */
NTSTATUS lsa_AddPrivilegesToAccount(
[in] policy_handle *handle,
[in] lsa_PrivilegeSet *privs
[in,ref] lsa_PrivilegeSet *privs
);