diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-03-17 22:43:57 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-03-17 22:43:57 +0000 |
commit | 395b8937ac3ad49faf65f4938212f7fa283c9da6 (patch) | |
tree | 84f77d70420bbc9d4375398e0b1897031e4274b5 /source3/auth | |
parent | 45d3e78547cb2024d9cf7bf1fc838dd33ad8126b (diff) | |
download | samba-395b8937ac3ad49faf65f4938212f7fa283c9da6.tar.gz samba-395b8937ac3ad49faf65f4938212f7fa283c9da6.tar.bz2 samba-395b8937ac3ad49faf65f4938212f7fa283c9da6.zip |
Merge from HEAD - doxygen
(This used to be commit 7a2566f2e922191e691b6dafb1a09e22913cccd6)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c index 5d56603b9f..126a712fbd 100644 --- a/source3/auth/auth.c +++ b/source3/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(). * |