From d65b2504de6e433e1ca3ea8aa839b4209dd1b99a Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 14 Feb 2008 15:20:47 +0100 Subject: [PATCH] Fix IDL for lsa_RemoveAccountRights. Guenther --- source/librpc/idl/lsa.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index aad9c3b9a1b..47fa9f43b61 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -705,9 +705,9 @@ import "security.idl"; /* Function: 0x26 */ NTSTATUS lsa_RemoveAccountRights ( [in] policy_handle *handle, - [in] dom_sid2 *sid, - [in] uint32 unknown, - [in] lsa_RightSet *rights + [in,ref] dom_sid2 *sid, + [in] uint8 remove_all, + [in,ref] lsa_RightSet *rights ); /* Function: 0x27 */ -- 2.47.3