1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
ports/www/mod_python3/files/patch-src__connobject.c
Philip M. Gollucci e23bda4362 - Fix foobarred patch file. This is what should have been committed
to begin with.
- Bump PORTREVISION

Approved by:    gabor (mentor)
2008-08-28 17:24:07 +00:00

11 lines
395 B
C

--- src/connobject.c.orig 2008-08-28 12:30:24.000000000 +0000
+++ src/connobject.c 2008-08-28 12:30:35.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;