]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for lsa_LookupPrivValue.
authorGünther Deschner <gd@samba.org>
Thu, 14 Feb 2008 12:09:54 +0000 (13:09 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 14 Feb 2008 12:53:27 +0000 (13:53 +0100)
Guenther

source/librpc/idl/lsa.idl

index 390debc50504ef54c3b6b105acf0e5c3c8dfd96e..ffad802ecdb8dccffb8ec7fb813e5b5b6e97474b 100644 (file)
@@ -637,8 +637,8 @@ import "security.idl";
        /* Function:     0x1f */
        NTSTATUS lsa_LookupPrivValue(
                [in]     policy_handle *handle,
-               [in]     lsa_String *name,
-               [out]    lsa_LUID *luid
+               [in,ref] lsa_String *name,
+               [out,ref] lsa_LUID *luid
                );