diff options
author | Martin Pool <mbp@samba.org> | 2003-02-28 04:11:28 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-28 04:11:28 +0000 |
commit | 4125dfca83930b42d28ef08f920e41c6b2f62134 (patch) | |
tree | 05569458c8e8456f7e076bdefa673785d48fb8c6 /source3/auth | |
parent | 22d482dade44b51bc150aa9f34fc89e995ccc934 (diff) | |
download | samba-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/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 2 |
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. * **/ |