From 5c930e5a7b1bec99217b758f4825fa74884c73d0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Feb 2008 16:51:32 +0100 Subject: Fix IDL for lsa_LookupNames3 and lsa_LookupNames4. Guenther (This used to be commit 2eda5bcbfa8fccb121e5621b45c2bd1d86f6e71e) --- source3/librpc/idl/lsa.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc/idl/lsa.idl') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index ccac66b172..38f3489a9f 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -960,7 +960,7 @@ import "security.idl"; [in] policy_handle *handle, [in,range(0,1000)] uint32 num_names, [in,size_is(num_names)] lsa_String names[], - [out,ref] lsa_RefDomainList *domains, + [out,ref] lsa_RefDomainList **domains, [in,out,ref] lsa_TransSidArray3 *sids, [in] lsa_LookupNamesLevel level, [in,out,ref] uint32 *count, @@ -1048,7 +1048,7 @@ import "security.idl"; NTSTATUS lsa_LookupNames4( [in,range(0,1000)] uint32 num_names, [in,size_is(num_names)] lsa_String names[], - [out,ref] lsa_RefDomainList *domains, + [out,ref] lsa_RefDomainList **domains, [in,out,ref] lsa_TransSidArray3 *sids, [in] lsa_LookupNamesLevel level, [in,out,ref] uint32 *count, -- cgit