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

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

index 85f6ad4a3dac6f2f5636e60fe4a85c61e310d58c..025e72afe4d25726dc830439a2c9276f30abf005 100644 (file)
@@ -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 */
index 0351a9fc05a33d040a0430603f00acda8450d95a..1b8114adedde66a8704fa37eb11098c7844b31f8 100644 (file)
@@ -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 */