From: Günther Deschner Date: Sun, 17 Feb 2008 18:55:35 +0000 (+0100) Subject: Fix IDL for lsa_LookupNames. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=684de849c8f3847b1ba389f4e15225c9ca5924f9;p=thirdparty%2Fsamba.git Fix IDL for lsa_LookupNames. Guenther --- diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index 47fa9f43b61..62169bafe57 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -387,10 +387,10 @@ import "security.idl"; [in] policy_handle *handle, [in,range(0,1000)] uint32 num_names, [in,size_is(num_names)] lsa_String names[], - [out,unique] lsa_RefDomainList *domains, - [in,out] lsa_TransSidArray *sids, + [out,ref] lsa_RefDomainList **domains, + [in,out,ref] lsa_TransSidArray *sids, [in] lsa_LookupNamesLevel level, - [in,out] uint32 *count + [in,out,ref] uint32 *count );