mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Revert r547987 ("svn merge -c -547987 .")
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -480,9 +480,6 @@ 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) {
|
||||
|
Reference in New Issue
Block a user