From: Jeff Trawick Date: Tue, 9 Jan 2001 04:36:39 +0000 (+0000) Subject: fix some handler brokenness X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0c8d4e7f9069794dda864eb8c52a66ebfaf175;p=thirdparty%2Fapache%2Fhttpd.git fix some handler brokenness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87626 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_vhost_alias.c b/modules/mappers/mod_vhost_alias.c index b31fbf734cc..c3654c5dce2 100644 --- a/modules/mappers/mod_vhost_alias.c +++ b/modules/mappers/mod_vhost_alias.c @@ -482,7 +482,6 @@ module AP_MODULE_DECLARE_DATA vhost_alias_module = mva_create_server_config, /* server config */ mva_merge_server_config, /* merge server configs */ mva_commands, /* command apr_table_t */ - NULL, /* handlers */ register_hooks /* register hooks */ }; diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c index cdce784c458..8c8d7fc1629 100644 --- a/server/mpm/experimental/perchild/perchild.c +++ b/server/mpm/experimental/perchild/perchild.c @@ -1827,7 +1827,6 @@ module AP_MODULE_DECLARE_DATA mpm_perchild_module = { perchild_create_config, /* create per-server config structure */ NULL, /* merge per-server config structures */ perchild_cmds, /* command apr_table_t */ - NULL, /* handlers */ perchild_hooks /* register_hooks */ }; diff --git a/server/mpm/perchild/perchild.c b/server/mpm/perchild/perchild.c index cdce784c458..8c8d7fc1629 100644 --- a/server/mpm/perchild/perchild.c +++ b/server/mpm/perchild/perchild.c @@ -1827,7 +1827,6 @@ module AP_MODULE_DECLARE_DATA mpm_perchild_module = { perchild_create_config, /* create per-server config structure */ NULL, /* merge per-server config structures */ perchild_cmds, /* command apr_table_t */ - NULL, /* handlers */ perchild_hooks /* register_hooks */ };