[dovecot-cvs] dovecot/src/lib-index mail-cache.c,1.49,1.50

cras at dovecot.org cras at dovecot.org
Tue Oct 26 00:23:36 EEST 2004


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

Modified Files:
	mail-cache.c 
Log Message:
fix.



Index: mail-cache.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-cache.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- mail-cache.c	10 Oct 2004 17:25:44 -0000	1.49
+++ mail-cache.c	25 Oct 2004 21:23:33 -0000	1.50
@@ -116,7 +116,7 @@
 	}
 
 	/* only check the header if we're locked */
-	if (cache->locked)
+	if (!cache->locked)
 		return TRUE;
 
 	if (hdr->used_file_size < sizeof(struct mail_cache_header)) {



More information about the dovecot-cvs mailing list