From b1cc1db24707d6e27c19d3d65e92924523eb6704 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sun, 17 Feb 2008 20:03:53 +0100 Subject: Fix IDL for lsa_LookupNames3. Guenther (This used to be commit 6e21a5c3bb6e88ee9c9743094822fb7161f09952) --- source3/librpc/idl/lsa.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/librpc/idl/lsa.idl') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index aaee35e1d6..773f36106c 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -960,10 +960,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_TransSidArray3 *sids, + [out,ref] lsa_RefDomainList *domains, + [in,out,ref] lsa_TransSidArray3 *sids, [in] lsa_LookupNamesLevel level, - [in,out] uint32 *count, + [in,out,ref] uint32 *count, [in] uint32 unknown1, [in] uint32 unknown2 ); -- cgit