From eed4a422923a073e665600f2cf1e6c62d7f1ee59 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 31 May 2012 22:58:36 +0000 Subject: Forgot variable declaration --- ot_fullscrape.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ot_fullscrape.c') 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, /* When compressing, we have all the bytes in output buffer */ #ifdef WANT_COMPRESSION_GZIP if( mode & TASK_FLAG_GZIP ) { + int zres; *re -= OT_SCRAPE_MAXENTRYLEN; strm->next_out = (uint8_t*)*r; strm->avail_out = OT_SCRAPE_CHUNK_SIZE; -- cgit v1.2.3