[dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.53, 1.54

cras at dovecot.org cras at dovecot.org
Sun Aug 7 16:37:46 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv32446/src/lib-storage/index

Modified Files:
	index-mail-headers.c 
Log Message:
Fixed a hang if parsed header was already cached.



Index: index-mail-headers.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail-headers.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- index-mail-headers.c	13 Jul 2005 08:25:24 -0000	1.53
+++ index-mail-headers.c	7 Aug 2005 13:37:44 -0000	1.54
@@ -88,6 +88,7 @@
 
 		if (!lines[i].cache) {
 			/* header is already cached */
+			j = i + 1;
 			continue;
 		}
 



More information about the dovecot-cvs mailing list