From 21f82166982784c9685a6403c8db21f421ed0bad Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 14 Feb 2008 12:47:04 +0100 Subject: [PATCH] Fix IDL for lsa_AddPrivilegesToAccount. Guenther --- source/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index ffad802ecdb..6bb34a9dc5c 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -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 ); -- 2.11.4.GIT