]> git.pld-linux.org Git - packages/apache-mod_fastcgi.git/blame - apache-mod_fastcgi-apr1.patch
- new
[packages/apache-mod_fastcgi.git] / apache-mod_fastcgi-apr1.patch
CommitLineData
4c3c1d65
AM
1diff -urN mod_fastcgi-2.4.2.org/mod_fastcgi.c mod_fastcgi-2.4.2/mod_fastcgi.c
2--- mod_fastcgi-2.4.2.org/mod_fastcgi.c 2004-10-06 20:30:46.355890260 +0200
3+++ mod_fastcgi-2.4.2/mod_fastcgi.c 2004-10-06 20:35:44.632991387 +0200
4@@ -267,7 +267,7 @@
5
6 /* Register to reset to default values when the config pool is cleaned */
7 ap_block_alarms();
8- ap_register_cleanup(p, NULL, fcgi_config_reset_globals, ap_null_cleanup);
9+ ap_register_cleanup(p, NULL, fcgi_config_reset_globals, apr_pool_cleanup_null);
10 ap_unblock_alarms();
11
12 #ifdef APACHE2
13@@ -2318,7 +2318,7 @@
14 }
15
16 ap_block_alarms();
17- ap_register_cleanup(rp, (void *)fr, cleanup, ap_null_cleanup);
18+ ap_register_cleanup(rp, (void *)fr, cleanup, apr_pool_cleanup_null);
19 ap_unblock_alarms();
20
21 #ifdef WIN32
This page took 0.033716 seconds and 4 git commands to generate.