]> git.pld-linux.org Git - packages/apache-mod_fcgid.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Wed, 10 Nov 2004 23:44:33 +0000 (23:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_fcgid-apr-status-is-success.patch -> 1.1

apache-mod_fcgid-apr-status-is-success.patch [new file with mode: 0644]

diff --git a/apache-mod_fcgid-apr-status-is-success.patch b/apache-mod_fcgid-apr-status-is-success.patch
new file mode 100644 (file)
index 0000000..39a7487
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur orig-mod_fcgid.1.03/fcgid_bridge.c mod_fcgid.1.03/fcgid_bridge.c
+--- orig-mod_fcgid.1.03/fcgid_bridge.c 2004-11-03 12:54:14.000000000 -0700
++++ mod_fcgid.1.03/fcgid_bridge.c      2004-11-10 16:42:34.497494891 -0700
+@@ -170,7 +170,7 @@
+               rv = apr_bucket_read(e, &bucket_data, &bucket_data_len,
+                                                        APR_BLOCK_READ);
+-              if (!APR_STATUS_IS_SUCCESS(rv)) {
++              if (rv != APR_SUCCESS) {
+                       return 0;
+               }
This page took 0.065856 seconds and 4 git commands to generate.