summaryrefslogtreecommitdiffstats
path: root/source/auth/auth.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 22:43:57 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 22:43:57 +0000
commit7a2566f2e922191e691b6dafb1a09e22913cccd6 (patch)
tree3e481c6f3cadb4004e922b2f76ec0dafc8c2c5de /source/auth/auth.c
parent04a5cbc8964386774acdca759b4cfaded068c8f2 (diff)
downloadsamba-7a2566f2e922191e691b6dafb1a09e22913cccd6.tar.gz
samba-7a2566f2e922191e691b6dafb1a09e22913cccd6.tar.xz
samba-7a2566f2e922191e691b6dafb1a09e22913cccd6.zip
Merge from HEAD - doxygen
Diffstat (limited to 'source/auth/auth.c')
-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 5d56603b9fd..126a712fbdd 100644
--- a/source/auth/auth.c
+++ b/source/auth/auth.c
@@ -161,8 +161,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().
*