]> git.pld-linux.org Git - packages/apache-mod_fastcgi.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Oct 2004 16:41:55 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_fastcgi-apr1.patch -> 1.1

apache-mod_fastcgi-apr1.patch [new file with mode: 0644]

diff --git a/apache-mod_fastcgi-apr1.patch b/apache-mod_fastcgi-apr1.patch
new file mode 100644 (file)
index 0000000..f26b9a6
--- /dev/null
@@ -0,0 +1,21 @@
+diff -urN mod_fastcgi-2.4.2.org/mod_fastcgi.c mod_fastcgi-2.4.2/mod_fastcgi.c
+--- mod_fastcgi-2.4.2.org/mod_fastcgi.c        2004-10-06 20:30:46.355890260 +0200
++++ mod_fastcgi-2.4.2/mod_fastcgi.c    2004-10-06 20:35:44.632991387 +0200
+@@ -267,7 +267,7 @@
+     /* Register to reset to default values when the config pool is cleaned */
+     ap_block_alarms();
+-    ap_register_cleanup(p, NULL, fcgi_config_reset_globals, ap_null_cleanup);
++    ap_register_cleanup(p, NULL, fcgi_config_reset_globals, apr_pool_cleanup_null);
+     ap_unblock_alarms();
+ #ifdef APACHE2
+@@ -2318,7 +2318,7 @@
+     }
+     ap_block_alarms();
+-    ap_register_cleanup(rp, (void *)fr, cleanup, ap_null_cleanup);
++    ap_register_cleanup(rp, (void *)fr, cleanup, apr_pool_cleanup_null);
+     ap_unblock_alarms();
+ #ifdef WIN32
This page took 0.057195 seconds and 4 git commands to generate.