This patch changes a TPF-specific section of http_main.c to use the
correct subpool when initially opening the error log.
This makes TPF's ap_open_logs call the same as other platforms and
prevents a possible SIGPIPE in standalone_main on TPF.
Please let me know if you have any questions or concerns.
Thank you,
David McCreedy
[EMAIL PROTECTED]
diff -ru3 before/main/http_main.c after/main/http_main.c
--- before/main/http_main.c Thu Feb 21 13:51:19 2002
+++ after/main/http_main.c Thu Feb 21 13:51:02 2002
@@ -5405,7 +5405,7 @@
memcpy(tpf_server_name, input_parms.parent.servname,
INETD_SERVNAME_LENGTH);
tpf_server_name[INETD_SERVNAME_LENGTH + 1] = '\0';
- ap_open_logs(server_conf, pconf);
+ ap_open_logs(server_conf, plog);
ap_tpf_zinet_checks(ap_standalone, tpf_server_name, server_conf);
}
if (ap_standalone) {