From: Günther Deschner Date: Thu, 14 Feb 2008 14:02:59 +0000 (+0100) Subject: Fix IDL for lsa_EnumAccountRights. X-Git-Tag: samba-3.2.0pre2~37^2~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef9b65dd115591d8976f0248cf1c639fd05c03d7;p=thirdparty%2Fsamba.git Fix IDL for lsa_EnumAccountRights. Guenther --- diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index df948bc68ec..aad9c3b9a1b 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/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 );