]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for lsa_EnumPrivs.
authorGünther Deschner <gd@samba.org>
Mon, 11 Feb 2008 09:18:41 +0000 (10:18 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 11 Feb 2008 09:48:20 +0000 (10:48 +0100)
Guenther

source/librpc/idl/lsa.idl

index 516b4352578fb3a8c448f16e4d492aedbbe8999d..53bf17de953f69634ed4f24e2c124d64efb0f872 100644 (file)
@@ -71,9 +71,9 @@ import "security.idl";
 
        [public] NTSTATUS lsa_EnumPrivs (
                [in]     policy_handle *handle,
-               [in,out] uint32 *resume_handle,
-               [in]         uint32 max_count,
-               [out]    lsa_PrivArray *privs
+               [in,out,ref] uint32 *resume_handle,
+               [out,ref] lsa_PrivArray *privs,
+               [in]         uint32 max_count
                );
 
        /******************/