From 6bc971d8b5fbdaaaed1c4756424395ce8fc1e42b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 21 Dec 2004 10:05:02 +0000 Subject: r4310: fixed the authority_name field in lsa_GetUserName() (This used to be commit f78506697ad23456fcac6e8916d0dad05b0df6cc) --- source4/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index ec694df1bf..c36fce9dae 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -658,7 +658,7 @@ NTSTATUS lsa_GetUserName( [in] unistr *system_name, [in,out] lsa_String *account_name, - [in,out] lsa_StringPointer *unknown_name + [in,out] lsa_StringPointer *authority_name ); /**********************/ -- cgit