summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-02-28 04:09:58 +0000
committerMartin Pool <mbp@samba.org>2003-02-28 04:09:58 +0000
commit571c3ce19344276aac1af56d2f69fcc5523f36eb (patch)
treea98c99801346c6e3f61f36654e0878c5e55a6d7e
parentd2fd52c1b50f2d1abad84668911b04c72fdc4b8d (diff)
downloadsamba-571c3ce19344276aac1af56d2f69fcc5523f36eb.tar.gz
samba-571c3ce19344276aac1af56d2f69fcc5523f36eb.tar.xz
samba-571c3ce19344276aac1af56d2f69fcc5523f36eb.zip
Doxygen janitor: check_domain_match parameter is spelled
"auth_context".
-rw-r--r--source/auth/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auth/auth.c b/source/auth/auth.c
index 2abdec3a395..8b33010e915 100644
--- a/source/auth/auth.c
+++ b/source/auth/auth.c
@@ -162,8 +162,8 @@ static BOOL check_domain_match(const char *user, const char *domain)
* @param user_info Contains the user supplied components, including the passwords.
* Must be created with make_user_info() or one of its wrappers.
*
- * @param auth_info Supplies the challenges and some other data.
- * Must be created with make_auth_info(), and the challenges should be
+ * @param auth_context Supplies the challenges and some other data.
+ * Must be created with make_auth_context(), and the challenges should be
* filled in, either at creation or by calling the challenge geneation
* function auth_get_challenge().
*