summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-11-29 21:53:50 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:52 +0100
commita3ced8817267a17b05875a2ffbcf87fc55fffe08 (patch)
treef4c69ef8d73d4a80acd457c1c7fe7a9ea6a1322b /source4/librpc/idl
parent6cb7ea0bc8e13e1eb257a3eb1ff83d08e34f1e45 (diff)
downloadsamba-a3ced8817267a17b05875a2ffbcf87fc55fffe08.tar.gz
samba-a3ced8817267a17b05875a2ffbcf87fc55fffe08.tar.bz2
samba-a3ced8817267a17b05875a2ffbcf87fc55fffe08.zip
r26209: For consistency, rename one argument in NetrJoinDomain.
Guenther (This used to be commit 8cf99ed4b1616b12f76a47e0f738ab7b1213c797)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/wkssvc.idl2
1 files changed, 1 insertions, 1 deletions
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
);