Merge from HEAD - doxygen
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Mar 2003 22:43:57 +0000 (22:43 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 17 Mar 2003 22:43:57 +0000 (22:43 +0000)
(This used to be commit 7a2566f2e922191e691b6dafb1a09e22913cccd6)

source3/auth/auth.c

index 5d56603b9fd57092a6fa5d80fe598bc22e63b4f2..126a712fbdd535edce07d9e660d29f0104c0ee83 100644 (file)
@@ -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().  
  *