changeset 3525:8ac16ccc3c73 HEAD

Fixed a hang if parsed header was already cached.
author Timo Sirainen <tss@iki.fi>
date Sun, 07 Aug 2005 16:37:44 +0300
parents 67179bfce30f
children 0bcee5d7da39
files src/lib-storage/index/index-mail-headers.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-mail-headers.c	Sun Aug 07 16:29:33 2005 +0300
+++ b/src/lib-storage/index/index-mail-headers.c	Sun Aug 07 16:37:44 2005 +0300
@@ -88,6 +88,7 @@
 
 		if (!lines[i].cache) {
 			/* header is already cached */
+			j = i + 1;
 			continue;
 		}