]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for lsa_CreateAccount.
authorGünther Deschner <gd@samba.org>
Fri, 8 Feb 2008 17:18:26 +0000 (18:18 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 8 Feb 2008 21:36:39 +0000 (22:36 +0100)
Guenther

source/librpc/idl/lsa.idl

index 9879d14b82237d6226166951a79b7357ecf5e6bd..fc36689a19b9b35e23b16fd6a46901392647c53a 100644 (file)
@@ -276,9 +276,9 @@ import "security.idl";
        /* Function: 0x0a */
        [public] NTSTATUS lsa_CreateAccount (
                [in]    policy_handle *handle,
-               [in]    dom_sid2 *sid,
+               [in,ref] dom_sid2 *sid,
                [in]    uint32 access_mask,
-               [out]   policy_handle *acct_handle
+               [out]   policy_handle **acct_handle
                );
 
        /******************/