[dovecot-cvs] dovecot/src/lib-index mail-cache.c,1.85,1.86

tss at dovecot.org tss at dovecot.org
Fri Oct 13 16:02:49 UTC 2006


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

Modified Files:
	mail-cache.c 
Log Message:
If time_t or uoff_t size had changed, we returned -1 instead of FALSE, which
broke the check later..



Index: mail-cache.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-cache.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- mail-cache.c	10 Sep 2006 12:48:18 -0000	1.85
+++ mail-cache.c	13 Oct 2006 15:02:46 -0000	1.86
@@ -138,7 +138,7 @@
 			cache->hdr_modified = TRUE;
 		} else {
 			/* architecture change - handle silently(?) */
-			return -1;
+			return FALSE;
 		}
 	}
 



More information about the dovecot-cvs mailing list