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

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

index dfecffd90635b2d02b70b0f9a3e66feb7fbbcf8b..73d5a25495fdd724c6fe50cb85e45cde9e7afe39 100644 (file)
@@ -63,7 +63,6 @@ static void register_hooks()
 
 API_VAR_EXPORT module echo_module = {
     STANDARD20_MODULE_STUFF,
-    NULL,                      /* post_config */
     NULL,                      /* child_init */
     NULL,                      /* create per-directory config structure */
     NULL,                      /* merge per-directory config structures */
index 068b610788a42125412b97ac513f99ab76dad695..9cced01ce7118ce6781d7fe1f75ea1ec5d9b3127 100644 (file)
@@ -3084,7 +3084,6 @@ LISTEN_COMMANDS
 
 module MODULE_VAR_EXPORT mpm_prefork_module = {
     STANDARD20_MODULE_STUFF,
-    NULL,                      /* post_config */
     NULL,                      /* child_init */
     NULL,                      /* create per-directory config structure */
     NULL,                      /* merge per-directory config structures */