From 6e01d7cb6daf3bb961107a6d6c4a5f6537a97d13 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 14 Feb 2008 12:47:04 +0100 Subject: Fix IDL for lsa_AddPrivilegesToAccount. Guenther (This used to be commit 21f82166982784c9685a6403c8db21f421ed0bad) --- source3/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index ffad802ecd..6bb34a9dc5 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/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 ); -- cgit