]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for lsa_LookupSids.
authorGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 18:58:18 +0000 (19:58 +0100)
committerGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 19:06:46 +0000 (20:06 +0100)
Guenther

source/librpc/idl/lsa.idl

index 62169bafe57c50904ecb7f931ef5b8872662400b..c480ed1cc4a1cfdfd53690d9557c844e2ff28e12 100644 (file)
@@ -410,11 +410,11 @@ import "security.idl";
 
        [public] NTSTATUS lsa_LookupSids (
                [in]         policy_handle *handle,
-               [in]         lsa_SidArray *sids,
-               [out,unique]        lsa_RefDomainList *domains,
-               [in,out]     lsa_TransNameArray *names,
+               [in,ref]     lsa_SidArray *sids,
+               [out,ref]    lsa_RefDomainList **domains,
+               [in,out,ref] lsa_TransNameArray *names,
                [in]         uint16 level,
-               [in,out] uint32 *count
+               [in,out,ref] uint32 *count
                );