summarylogtreecommitdiffstats
path: root/compile.patch
blob: a66232875e53de1d59452d93642dd4606807b11d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/connobject.c	2006-12-03 04:36:37.000000000 +0000
+++ src/connobject.c.new	2008-07-10 19:35:36.000000000 +0000
@@ -139,7 +139,7 @@
     bytes_read = 0;
 
     while ((bytes_read < len || len == 0) &&
-           !(b == APR_BRIGADE_SENTINEL(b) ||
+           !(b == APR_BRIGADE_SENTINEL(bb) ||
              APR_BUCKET_IS_EOS(b) || APR_BUCKET_IS_FLUSH(b))) {
 
         const char *data;