]> granicus.if.org Git - apache/commitdiff
Auth checker hook
authorBen Laurie <ben@apache.org>
Sun, 15 Aug 1999 00:01:25 +0000 (00:01 +0000)
committerBen Laurie <ben@apache.org>
Sun, 15 Aug 1999 00:01:25 +0000 (00:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83679 13f79535-47bb-0310-9956-ffa450edef68

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

index 0752f49b725ef4ec47035a18e42acd6e9cbd37f8..85f6ad4a3dac6f2f5636e60fe4a85c61e310d58c 100644 (file)
@@ -70,6 +70,5 @@ API_VAR_EXPORT module echo_module = {
     NULL,                      /* merge per-server config structures */
     echo_cmds,                 /* command table */
     NULL,                      /* handlers */
-    NULL,                      /* check auth */
     register_hooks             /* register hooks */
 };
index 0d6e620c632832f991b112a504c328ffd8a72f57..0351a9fc05a33d040a0430603f00acda8450d95a 100644 (file)
@@ -2984,6 +2984,5 @@ module MODULE_VAR_EXPORT mpm_prefork_module = {
     NULL,                      /* merge per-server config structures */
     prefork_cmds,              /* command table */
     NULL,                      /* handlers */
-    NULL,                      /* check auth */
     prefork_hooks,             /* register hooks */
 };