summaryrefslogtreecommitdiff
path: root/ot_fullscrape.c
diff options
context:
space:
mode:
authorerdgeist <>2012-05-31 22:58:36 +0000
committererdgeist <>2012-05-31 22:58:36 +0000
commiteed4a422923a073e665600f2cf1e6c62d7f1ee59 (patch)
tree011479cc9d4ce8b87f4f1ee691d5c5d516898757 /ot_fullscrape.c
parentf6c9dd8a13969db5ca90a655d4309a14ca98a2a9 (diff)
Forgot variable declaration
Diffstat (limited to 'ot_fullscrape.c')
-rw-r--r--ot_fullscrape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c
index f50d719..89db2f1 100644
--- a/ot_fullscrape.c
+++ b/ot_fullscrape.c
@@ -102,6 +102,7 @@ static int fullscrape_increase( int *iovec_entries, struct iovec **iovector,
102 /* When compressing, we have all the bytes in output buffer */ 102 /* When compressing, we have all the bytes in output buffer */
103#ifdef WANT_COMPRESSION_GZIP 103#ifdef WANT_COMPRESSION_GZIP
104 if( mode & TASK_FLAG_GZIP ) { 104 if( mode & TASK_FLAG_GZIP ) {
105 int zres;
105 *re -= OT_SCRAPE_MAXENTRYLEN; 106 *re -= OT_SCRAPE_MAXENTRYLEN;
106 strm->next_out = (uint8_t*)*r; 107 strm->next_out = (uint8_t*)*r;
107 strm->avail_out = OT_SCRAPE_CHUNK_SIZE; 108 strm->avail_out = OT_SCRAPE_CHUNK_SIZE;