]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a comment similar to r1638072
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 17 Apr 2016 10:08:38 +0000 (10:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 17 Apr 2016 10:08:38 +0000 (10:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739569 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_form.c

index 7389b3c7f71ace04e77e83134acf9a679659860c..5a38f2f3f8ef97899db0f48560391700b52ea282 100644 (file)
@@ -842,7 +842,7 @@ static int check_authn(request_rec * r, const char *sent_user, const char *sent_
             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);
         }