From: Ben Laurie Date: Sun, 15 Aug 1999 00:11:18 +0000 (+0000) Subject: Child initializer hook. X-Git-Tag: mpm-merge-2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78847f9190391d9c48a04d3f185023b96048988f;p=apache Child initializer hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83680 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index 85f6ad4a3d..025e72afe4 100644 --- a/modules/echo/mod_echo.c +++ b/modules/echo/mod_echo.c @@ -63,7 +63,6 @@ static void register_hooks() API_VAR_EXPORT module echo_module = { STANDARD20_MODULE_STUFF, - NULL, /* child_init */ NULL, /* create per-directory config structure */ NULL, /* merge per-directory config structures */ create_echo_server_config, /* create per-server config structure */ diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 0351a9fc05..1b8114aded 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -2977,7 +2977,6 @@ LISTEN_COMMANDS module MODULE_VAR_EXPORT mpm_prefork_module = { STANDARD20_MODULE_STUFF, - NULL, /* child_init */ NULL, /* create per-directory config structure */ NULL, /* merge per-directory config structures */ NULL, /* create per-server config structure */