]> granicus.if.org Git - apache/commitdiff
use less specific ap_note_auth_failure API call, since it _is_ less specific.
authorAndré Malo <nd@apache.org>
Mon, 6 Jan 2003 04:01:17 +0000 (04:01 +0000)
committerAndré Malo <nd@apache.org>
Mon, 6 Jan 2003 04:01:17 +0000 (04:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98176 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_default.c

index 9b0764296639060f859e712191369aaf2397bff4..a2e3e822d128382ce9a01b445d60cbb51c0aac1d 100644 (file)
@@ -150,7 +150,7 @@ static int check_user_access(request_rec *r)
                           "access to %s failed, reason: require directives "
                           "present and no Authoritative handler.", r->uri);
 
-    ap_note_basic_auth_failure(r);
+    ap_note_auth_failure(r);
     return HTTP_UNAUTHORIZED;
 }