summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2017-01-06 08:28:00 +0000
committerChristophe Jaillet <jailletc36@apache.org>2017-01-06 08:28:00 +0000
commitbc498af0e00e645e2cbaa951da243d847cb9cada (patch)
treee4bd1354495eff534568defc1845eb3951cb9dcc
parentfd69deaad6194ad7a20a5e5c85199a8135df35e1 (diff)
downloadhttpd-bc498af0e00e645e2cbaa951da243d847cb9cada.tar.gz
Fix typo in comment
(r1739569 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1777536 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/aaa/mod_auth_form.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_auth_form.c b/modules/aaa/mod_auth_form.c
index 5cf6fb0b38..01652291a9 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);
}