]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for lsa_GetUserName.
authorGünther Deschner <gd@samba.org>
Mon, 11 Feb 2008 19:21:04 +0000 (20:21 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 11 Feb 2008 19:38:14 +0000 (20:38 +0100)
Guenther
 Please enter the commit message for your changes.

source/librpc/idl/lsa.idl

index 7cacd644d7a8d166d0d9839ecc1c08b77c78f30a..b10dcd1144abe0846bcf4f056766cfc48695507d 100644 (file)
@@ -743,14 +743,10 @@ import "security.idl";
 
        /**********************/
        /* Function:     0x2d */
-       typedef struct {
-               lsa_String *string;
-       } lsa_StringPointer;
-
        NTSTATUS lsa_GetUserName(
                [in,unique] [string,charset(UTF16)] uint16 *system_name,
-               [in,out,unique] lsa_String *account_name,
-               [in,out,unique] lsa_StringPointer *authority_name
+               [in,out,ref] lsa_String **account_name,
+               [in,out,unique] lsa_String **authority_name
                );
 
        /**********************/