]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- probably outdated
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Mar 2006 19:14:38 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-memory_leak.patch -> 1.2

lighttpd-memory_leak.patch [deleted file]

diff --git a/lighttpd-memory_leak.patch b/lighttpd-memory_leak.patch
deleted file mode 100644 (file)
index a5b50c9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur lighttpd-1.4.10/src/server.c lighttpd-1.4.10.new/src/server.c
---- lighttpd-1.4.10/src/server.c       2006-02-01 11:50:02.000000000 +0000
-+++ lighttpd-1.4.10.new/src/server.c   2006-02-19 09:56:58.000000000 +0000
-@@ -218,7 +218,9 @@
-       CLEAN(srvconf.event_handler);
-       CLEAN(srvconf.pid_file);
-       CLEAN(srvconf.modules_dir);
--      
-+      CLEAN(srvconf.network_backend);
-+      CLEAN(srvconf.upload_tempdirs); 
-+
-       CLEAN(tmp_chunk_len);
- #undef CLEAN
This page took 0.081106 seconds and 4 git commands to generate.