summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-02-28 04:11:28 +0000
committerMartin Pool <mbp@samba.org>2003-02-28 04:11:28 +0000
commit4125dfca83930b42d28ef08f920e41c6b2f62134 (patch)
tree05569458c8e8456f7e076bdefa673785d48fb8c6 /source3
parent22d482dade44b51bc150aa9f34fc89e995ccc934 (diff)
downloadsamba-4125dfca83930b42d28ef08f920e41c6b2f62134.tar.gz
samba-4125dfca83930b42d28ef08f920e41c6b2f62134.tar.bz2
samba-4125dfca83930b42d28ef08f920e41c6b2f62134.zip
Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"
(This used to be commit 9dbc3dcfe0bccf1f76930ae86970b48ba5ed1e91)
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index b3f50072bc..0d90a184a4 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -115,7 +115,7 @@ static NTSTATUS rpc_resolve_dc(const char *server,
* @param cli the cli to return containing the active connection
* @param server either a machine name or text IP address to
* connect to.
- * @param trust_password the trust password to establish the
+ * @param trust_passwd the trust password to establish the
* credentials with.
*
**/