[dovecot-cvs] dovecot/src/lib-index mail-index-fsck.c,1.27,1.28
    cras at dovecot.org 
    cras at dovecot.org
       
    Sat Aug 27 15:31:04 EEST 2005
    
    
  
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv10113
Modified Files:
	mail-index-fsck.c 
Log Message:
Call mail_index_map() with force=TRUE parameter. Required if
mmap_disable=yes, otherwise we'd be fscking our internal index built using
transaction log.
Index: mail-index-fsck.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-fsck.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- mail-index-fsck.c	29 Apr 2005 12:02:33 -0000	1.27
+++ mail-index-fsck.c	27 Aug 2005 12:31:02 -0000	1.28
@@ -133,7 +133,7 @@
 	}
 
 	error = NULL;
-	ret = mail_index_map(index, FALSE);
+	ret = mail_index_map(index, TRUE);
 	if (ret > 0)
 		ret = mail_index_fsck_locked(index, &error);
 
    
    
More information about the dovecot-cvs
mailing list