summaryrefslogtreecommitdiff
path: root/www/w3c-httpd
diff options
context:
space:
mode:
authorbad <bad>1999-05-10 13:56:54 +0000
committerbad <bad>1999-05-10 13:56:54 +0000
commit9bde19b55ba543327d1ebcda615bee2e6a21951f (patch)
tree1e1eb8fb4d3bf8a397603d08d663fabaf2747c54 /www/w3c-httpd
parent5fab714f4f90bc85e1eecdad54c80b5eb42eb421 (diff)
downloadpkgsrc-9bde19b55ba543327d1ebcda615bee2e6a21951f.tar.gz
Also close the proxy log when closing all log files.
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r--www/w3c-httpd/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/w3c-httpd/patches/patch-ad b/www/w3c-httpd/patches/patch-ad
new file mode 100644
index 00000000000..d7a345a1208
--- /dev/null
+++ b/www/w3c-httpd/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 1999/05/10 13:56:54 bad Exp $
+
+--- Daemon/Implementation/HTLog.c.org Mon Jul 1 02:07:23 1996
++++ Daemon/Implementation/HTLog.c Mon May 10 15:40:29 1999
+@@ -425,6 +425,10 @@
+ fclose(cache_log);
+ cache_log = NULL;
+ }
++ if (proxy_log) {
++ fclose(proxy_log);
++ proxy_log = NULL;
++ }
+ }
+
+