From: Günther Deschner Date: Mon, 11 Feb 2008 19:21:04 +0000 (+0100) Subject: Fix IDL for lsa_GetUserName. X-Git-Tag: samba-3.3.0pre1~3520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14f5a7dd57054f46a607d063ab03c4505de0f05c;p=thirdparty%2Fsamba.git Fix IDL for lsa_GetUserName. Guenther Please enter the commit message for your changes. --- diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl index 7cacd644d7a..b10dcd1144a 100644 --- a/source/librpc/idl/lsa.idl +++ b/source/librpc/idl/lsa.idl @@ -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 ); /**********************/