You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/01/06 08:28:01 UTC

svn commit: r1777536 - /httpd/httpd/branches/2.4.x/modules/aaa/mod_auth_form.c

Author: jailletc36
Date: Fri Jan  6 08:28:00 2017
New Revision: 1777536

URL: http://svn.apache.org/viewvc?rev=1777536&view=rev
Log:
Fix typo in comment
(r1739569 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/modules/aaa/mod_auth_form.c

Modified: httpd/httpd/branches/2.4.x/modules/aaa/mod_auth_form.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/aaa/mod_auth_form.c?rev=1777536&r1=1777535&r2=1777536&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/aaa/mod_auth_form.c (original)
+++ httpd/httpd/branches/2.4.x/modules/aaa/mod_auth_form.c Fri Jan  6 08:28:00 2017
@@ -842,7 +842,7 @@ static int check_authn(request_rec * r,
             break;
         }
 
-        /* If we're returning 403, tell them to try again. */
+        /* If we're returning 401, tell them to try again. */
         if (return_code == HTTP_UNAUTHORIZED) {
             note_cookie_auth_failure(r);
         }