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

cras at dovecot.org cras at dovecot.org
Sat Jan 7 02:20:58 EET 2006


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

Modified Files:
	mail-index-lock.c 
Log Message:
fix



Index: mail-index-lock.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-lock.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- mail-index-lock.c	6 Jan 2006 23:48:57 -0000	1.49
+++ mail-index-lock.c	7 Jan 2006 00:20:56 -0000	1.50
@@ -38,7 +38,7 @@
 {
 	int ret;
 
-	if (index->fd == -1) {
+	if (fd == -1) {
 		i_assert(MAIL_INDEX_IS_IN_MEMORY(index));
 		return 1;
 	}



More information about the dovecot-cvs mailing list