From be58b6e3bdb4c52a6ffd22606689c3bb55ccd895 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 6 Oct 2004 16:44:09 +0000 Subject: [PATCH] - more Changed files: apache-mod_fastcgi-apr1.patch -> 1.2 --- apache-mod_fastcgi-apr1.patch | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/apache-mod_fastcgi-apr1.patch b/apache-mod_fastcgi-apr1.patch index f26b9a6..bcbc5cc 100644 --- a/apache-mod_fastcgi-apr1.patch +++ b/apache-mod_fastcgi-apr1.patch @@ -1,6 +1,6 @@ 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 ++++ mod_fastcgi-2.4.2/mod_fastcgi.c 2004-10-06 20:38:52.593725208 +0200 @@ -267,7 +267,7 @@ /* Register to reset to default values when the config pool is cleaned */ @@ -19,3 +19,23 @@ diff -urN mod_fastcgi-2.4.2.org/mod_fastcgi.c mod_fastcgi-2.4.2/mod_fastcgi.c ap_unblock_alarms(); #ifdef WIN32 +@@ -2639,16 +2639,16 @@ + + if (passed) { + if (fr->auth_compat) { +- ap_table_do((int (*)(void *, const char *, const char *))post_process_auth_passed_compat_header, ++ apr_table_do((int (*)(void *, const char *, const char *))post_process_auth_passed_compat_header, + (void *)r->subprocess_env, fr->authHeaders, NULL); + } + else { +- ap_table_do((int (*)(void *, const char *, const char *))post_process_auth_passed_header, ++ apr_table_do((int (*)(void *, const char *, const char *))post_process_auth_passed_header, + (void *)r->subprocess_env, fr->authHeaders, NULL); + } + } + else { +- ap_table_do((int (*)(void *, const char *, const char *))post_process_auth_failed_header, ++ apr_table_do((int (*)(void *, const char *, const char *))post_process_auth_failed_header, + (void *)r->err_headers_out, fr->authHeaders, NULL); + } + -- 2.44.0