From: Günther Deschner Date: Thu, 14 Feb 2008 00:08:40 +0000 (+0100) Subject: Fix IDL for lsa_EnumAccounts. X-Git-Tag: samba-3.2.0pre2~37^2~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4744fe33fa99152f414e6e3a048eb9479f3d2b2;p=thirdparty%2Fsamba.git Fix IDL for lsa_EnumAccounts. Guenther --- diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index 305bab3d03a..6eb96a8b26e 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -297,9 +297,9 @@ import "security.idl"; [public] NTSTATUS lsa_EnumAccounts ( [in] policy_handle *handle, - [in,out] uint32 *resume_handle, - [in,range(0,8192)] uint32 num_entries, - [out] lsa_SidArray *sids + [in,out,ref] uint32 *resume_handle, + [out,ref] lsa_SidArray *sids, + [in,range(0,8192)] uint32 num_entries );