From: Christophe Jaillet Date: Sun, 17 Apr 2016 10:08:38 +0000 (+0000) Subject: Fix a comment similar to r1638072 X-Git-Tag: 2.5.0-alpha~1732 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=120b35fc614fefff2269d40fed0bf6d46a8ec0c2;p=thirdparty%2Fapache%2Fhttpd.git Fix a comment similar to r1638072 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739569 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_auth_form.c b/modules/aaa/mod_auth_form.c index 7389b3c7f71..5a38f2f3f8e 100644 --- a/modules/aaa/mod_auth_form.c +++ b/modules/aaa/mod_auth_form.c @@ -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); }