From: Guenter Knauf Date: Wed, 27 Jun 2007 13:40:19 +0000 (+0000) Subject: Block ap_pid_table create with same define as used in mpm_common.c X-Git-Tag: 2.3.0~1752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1210979ea0ef32b26bbf4f5e7cd55bbcd6850ef3;p=thirdparty%2Fapache%2Fhttpd.git Block ap_pid_table create with same define as used in mpm_common.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551163 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index f8a90a75f6e..8fe4f958fbd 100644 --- a/server/main.c +++ b/server/main.c @@ -480,7 +480,9 @@ int main(int argc, const char * const argv[]) ap_server_pre_read_config = apr_array_make(pcommands, 1, sizeof(char *)); ap_server_post_read_config = apr_array_make(pcommands, 1, sizeof(char *)); ap_server_config_defines = apr_array_make(pcommands, 1, sizeof(char *)); +#ifdef AP_MPM_WANT_RECLAIM_CHILD_PROCESSES ap_pid_table = apr_table_make(pglobal, 1024); +#endif error = ap_setup_prelinked_modules(process); if (error) {