From: Bill Stoddard Date: Wed, 16 Feb 2000 16:30:36 +0000 (+0000) Subject: Logs have already been opened by http_main.c. Don't need to do it here again. X-Git-Tag: 1.3.12~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05723f4bbc493d1187a5d0a41559d16e2445eb31;p=apache Logs have already been opened by http_main.c. Don't need to do it here again. -------------------------------------------------------- git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84627 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 12cfd81ba9..2e6afe40ac 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1694,8 +1694,6 @@ API_EXPORT(int) ap_mpm_run(ap_context_t *_pconf, ap_context_t *plog, server_rec /* Parent process */ PSECURITY_ATTRIBUTES sa = GetNullACL(); /* returns NULL if invalid (Win95?) */ - ap_clear_pool(plog); - ap_open_logs(server_conf, plog); setup_signal_names(ap_psprintf(pconf,"ap%d", parent_pid)); if (!restart) { ap_log_pid(pconf, ap_pid_fname);