From 235efc0ede0a4951f4f6c4714e1bfd123d0816bd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 14 Feb 2008 15:02:59 +0100 Subject: Fix IDL for lsa_EnumAccountRights. Guenther (This used to be commit ef9b65dd115591d8976f0248cf1c639fd05c03d7) --- source3/librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index df948bc68e..aad9c3b9a1 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -688,8 +688,8 @@ import "security.idl"; NTSTATUS lsa_EnumAccountRights ( [in] policy_handle *handle, - [in] dom_sid2 *sid, - [out] lsa_RightSet *rights + [in,ref] dom_sid2 *sid, + [out,ref] lsa_RightSet *rights ); -- cgit