From 8c85a73d1ebdb0e961e4c4226df0af0c22236d15 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 11 Feb 2008 20:21:04 +0100 Subject: Fix IDL for lsa_GetUserName. Guenther Please enter the commit message for your changes. (This used to be commit 14f5a7dd57054f46a607d063ab03c4505de0f05c) --- source3/librpc/idl/lsa.idl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'source3') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 7cacd644d7..b10dcd1144 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/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 ); /**********************/ -- cgit