diff options
author | erdgeist <> | 2012-05-31 22:58:36 +0000 |
---|---|---|
committer | erdgeist <> | 2012-05-31 22:58:36 +0000 |
commit | eed4a422923a073e665600f2cf1e6c62d7f1ee59 (patch) | |
tree | 011479cc9d4ce8b87f4f1ee691d5c5d516898757 | |
parent | f6c9dd8a13969db5ca90a655d4309a14ca98a2a9 (diff) |
Forgot variable declaration
-rw-r--r-- | ot_fullscrape.c | 1 |
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; |