From: Manoj Kasichainula Date: Tue, 3 Aug 1999 18:17:51 +0000 (+0000) Subject: Update with new hooks. X-Git-Tag: mpm-merge-1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779cf1c05e3f89f24ce679b848968a4f3957555e;p=thirdparty%2Fapache%2Fhttpd.git Update with new hooks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83559 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/dexter/dexter.c b/server/mpm/dexter/dexter.c index dd38197956e..192616a9453 100644 --- a/server/mpm/dexter/dexter.c +++ b/server/mpm/dexter/dexter.c @@ -1691,8 +1691,6 @@ LISTEN_COMMANDS module MODULE_VAR_EXPORT mpm_dexter_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 */ diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index 49fd45af303..d89db173701 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -1763,8 +1763,6 @@ LISTEN_COMMANDS module MODULE_VAR_EXPORT mpm_mpmt_pthread_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 */