]> granicus.if.org Git - apache/commitdiff
Another hook.
authorBen Laurie <ben@apache.org>
Sun, 1 Aug 1999 14:12:33 +0000 (14:12 +0000)
committerBen Laurie <ben@apache.org>
Sun, 1 Aug 1999 14:12:33 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83547 13f79535-47bb-0310-9956-ffa450edef68

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

index 0ca37a0a1eee9a7b98c0f47cf1735c61d0798593..dfecffd90635b2d02b70b0f9a3e66feb7fbbcf8b 100644 (file)
@@ -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 */
index 371352da99458ec8173c41847b97519359690ed6..068b610788a42125412b97ac513f99ab76dad695 100644 (file)
@@ -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 */