dovecot: Syncing fix
dovecot at dovecot.org
dovecot at dovecot.org
Sat Jul 14 23:59:34 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/2473829b42b2
changeset: 5995:2473829b42b2
user: Timo Sirainen <tss at iki.fi>
date: Sat Jul 14 23:59:29 2007 +0300
description:
Syncing fix
diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
src/lib-index/mail-index-view-sync.c | 6 +++---
diffs (16 lines):
diff -r 8964d1b2b78b -r 2473829b42b2 src/lib-index/mail-index-view-sync.c
--- a/src/lib-index/mail-index-view-sync.c Sat Jul 14 23:19:30 2007 +0300
+++ b/src/lib-index/mail-index-view-sync.c Sat Jul 14 23:59:29 2007 +0300
@@ -437,9 +437,9 @@ mail_index_view_sync_get_next_transactio
of this view sync we'll update file_seq=0 so that this check
always becomes FALSE for subsequent syncs. */
synced_to_map = view->map->hdr.log_file_seq != 0 &&
- !LOG_IS_BEFORE(seq, offset,
- view->map->hdr.log_file_seq,
- view->map->hdr.log_file_head_offset);
+ LOG_IS_BEFORE(seq, offset,
+ view->map->hdr.log_file_seq,
+ view->map->hdr.log_file_head_offset);
/* Apply transaction to view's mapping if needed (meaning we
didn't just re-map the view to head mapping). */
More information about the dovecot-cvs
mailing list