]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for lsa_LookupPrivName.
authorGünther Deschner <gd@samba.org>
Tue, 8 Apr 2008 21:02:48 +0000 (23:02 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 8 Apr 2008 21:02:48 +0000 (23:02 +0200)
Guenther

source/librpc/idl/lsa.idl

index 994553f2bfe2725d115c066a4f96f712280e26c9..cb16f64dab6375f14bb75ff69afb5aa3b3e5f264 100644 (file)
@@ -677,8 +677,8 @@ import "security.idl";
        /* Function:      0x20 */
        NTSTATUS lsa_LookupPrivName (
                [in]     policy_handle *handle,
-               [in]     lsa_LUID *luid,
-               [out,unique]        lsa_StringLarge *name
+               [in,ref] lsa_LUID *luid,
+               [out,ref] lsa_StringLarge **name
                );