[dovecot-cvs] dovecot/src/lib-index mail-transaction-log.c, 1.67,
1.68
cras at dovecot.org
cras at dovecot.org
Sun Oct 24 03:21:54 EEST 2004
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv23009/lib-index
Modified Files:
mail-transaction-log.c
Log Message:
fix
Index: mail-transaction-log.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-transaction-log.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- mail-transaction-log.c 17 Oct 2004 18:24:21 -0000 1.67
+++ mail-transaction-log.c 24 Oct 2004 00:21:50 -0000 1.68
@@ -202,7 +202,7 @@
ret = -1;
else if (INDEX_HAS_MISSING_LOGS(index, file)) {
/* broken - fix it by creating a new log file */
- ret = mail_transaction_log_rotate(log, F_UNLCK);
+ ret = mail_transaction_log_rotate(log, FALSE);
}
}
More information about the dovecot-cvs
mailing list