changeset 8283:1e0b1888a876 HEAD

uninitialized variable fix
author Timo Sirainen <tss@iki.fi>
date Fri, 17 Oct 2008 11:13:04 +0300
parents a0c05c33f838
children d956f79228da
files src/lib-index/mail-index-strmap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index-strmap.c	Thu Oct 16 16:19:37 2008 +0300
+++ b/src/lib-index/mail-index-strmap.c	Fri Oct 17 11:13:04 2008 +0300
@@ -1121,7 +1121,7 @@
 
 	i_stream_sync(view->strmap->input);
 	i_stream_seek(view->strmap->input, view->last_read_block_offset);
-	full_block = TRUE;
+	full_block = TRUE; ret = 0;
 	while (i < old_count &&
 	       (ret = strmap_read_block_init(view, &ctx)) > 0) {
 		while ((ret = strmap_read_block_next(&ctx, &crc32)) > 0) {