stoddard 00/02/16 08:30:36
Modified: src/modules/mpm/winnt winnt.c
Log:
Logs have already been opened by http_main.c. Don't need to do it here again.
--------------------------------------------------------
Revision Changes Path
1.41 +0 -2 apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/modules/mpm/winnt/winnt.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- winnt.c 2000/02/15 21:20:39 1.40
+++ winnt.c 2000/02/16 16:30:36 1.41
@@ -1694,8 +1694,6 @@
/* 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);