From a3ced8817267a17b05875a2ffbcf87fc55fffe08 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 29 Nov 2007 21:53:50 +0100 Subject: r26209: For consistency, rename one argument in NetrJoinDomain. Guenther (This used to be commit 8cf99ed4b1616b12f76a47e0f738ab7b1213c797) --- source4/librpc/idl/wkssvc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index 2d28b30b5a..c8a5c5dd42 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -578,7 +578,7 @@ import "srvsvc.idl", "lsa.idl"; [in,ref] [string,charset(UTF16)] uint16 *domain_name, [in] [string,charset(UTF16)] uint16 *account_ou, [in] [string,charset(UTF16)] uint16 *Account, - [in] [string,charset(UTF16)] uint16 *unknown, + [in] [string,charset(UTF16)] uint16 *password, [in] wkssvc_joinflags join_flags ); -- cgit