From: Ben Laurie Date: Sun, 1 Aug 1999 14:12:33 +0000 (+0000) Subject: Another hook. X-Git-Tag: mpm-merge-1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2746674d1129820e570c25e4a172be6200c14afc;p=apache Another hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index 0ca37a0a1e..dfecffd906 100644 --- a/modules/echo/mod_echo.c +++ b/modules/echo/mod_echo.c @@ -64,7 +64,6 @@ static void register_hooks() API_VAR_EXPORT module echo_module = { STANDARD20_MODULE_STUFF, NULL, /* post_config */ - NULL, /* open_logs */ NULL, /* child_init */ NULL, /* create per-directory config structure */ NULL, /* merge per-directory config structures */ diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 371352da99..068b610788 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -3085,7 +3085,6 @@ LISTEN_COMMANDS module MODULE_VAR_EXPORT mpm_prefork_module = { STANDARD20_MODULE_STUFF, NULL, /* post_config */ - NULL, /* open_logs */ NULL, /* child_init */ NULL, /* create per-directory config structure */ NULL, /* merge per-directory config structures */