summaryrefslogtreecommitdiffstats
path: root/source
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
commit9dbc3dcfe0bccf1f76930ae86970b48ba5ed1e91 (patch)
treef78172e4022643d12af2ac685a23c752104e2a47 /source
parent571c3ce19344276aac1af56d2f69fcc5523f36eb (diff)
downloadsamba-9dbc3dcfe0bccf1f76930ae86970b48ba5ed1e91.tar.gz
samba-9dbc3dcfe0bccf1f76930ae86970b48ba5ed1e91.tar.xz
samba-9dbc3dcfe0bccf1f76930ae86970b48ba5ed1e91.zip
Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"
Diffstat (limited to 'source')
-rw-r--r--source/auth/auth_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_domain.c b/source/auth/auth_domain.c
index b3f50072bcb..0d90a184a40 100644
--- a/source/auth/auth_domain.c
+++ b/source/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.
*
**/