diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 19:55:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 20:06:36 +0100 |
commit | fa00695d46f195155e13ad47f3f402e28be2ca4a (patch) | |
tree | c4e7f9703e9eb731d8cfd10bf12a26cf0ed96118 /source3/librpc/idl | |
parent | 10c3957d040235b66be1de611aa66aed75e8bef3 (diff) | |
download | samba-fa00695d46f195155e13ad47f3f402e28be2ca4a.tar.gz samba-fa00695d46f195155e13ad47f3f402e28be2ca4a.tar.bz2 samba-fa00695d46f195155e13ad47f3f402e28be2ca4a.zip |
Fix IDL for lsa_LookupNames.
Guenther
(This used to be commit 684de849c8f3847b1ba389f4e15225c9ca5924f9)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 47fa9f43b6..62169bafe5 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/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 ); |