]> granicus.if.org Git - apache/commitdiff
Access checker hook.
authorBen Laurie <ben@apache.org>
Sat, 14 Aug 1999 23:46:44 +0000 (23:46 +0000)
committerBen Laurie <ben@apache.org>
Sat, 14 Aug 1999 23:46:44 +0000 (23:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83678 13f79535-47bb-0310-9956-ffa450edef68

modules/echo/mod_echo.c
server/mpm/prefork/prefork.c

index 73d5a25495fdd724c6fe50cb85e45cde9e7afe39..0752f49b725ef4ec47035a18e42acd6e9cbd37f8 100644 (file)
@@ -71,6 +71,5 @@ API_VAR_EXPORT module echo_module = {
     echo_cmds,                 /* command table */
     NULL,                      /* handlers */
     NULL,                      /* check auth */
-    NULL,                      /* check access */
     register_hooks             /* register hooks */
 };
index 8df6e061a7ea55278cc4334d9350a1dbb7875580..0d6e620c632832f991b112a504c328ffd8a72f57 100644 (file)
@@ -2985,6 +2985,5 @@ module MODULE_VAR_EXPORT mpm_prefork_module = {
     prefork_cmds,              /* command table */
     NULL,                      /* handlers */
     NULL,                      /* check auth */
-    NULL,                      /* check access */
     prefork_hooks,             /* register hooks */
 };