]> granicus.if.org Git - apache/commitdiff
Logs have already been opened by http_main.c. Don't need to do it here again.
authorBill Stoddard <stoddard@apache.org>
Wed, 16 Feb 2000 16:30:36 +0000 (16:30 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 16 Feb 2000 16:30:36 +0000 (16:30 +0000)
--------------------------------------------------------

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84627 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 12cfd81ba9c5aeb81db8898e47c358e8d2604954..2e6afe40ac432a52f320e8b783d1d21dd8fa8f98 100644 (file)
@@ -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);