dovecot-2.1: director: Previous change caused legitimate SYNC re...

dovecot at dovecot.org dovecot at dovecot.org
Thu Aug 15 20:25:27 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.1/rev/d463fab6db95
changeset: 14995:d463fab6db95
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Aug 15 20:25:12 2013 +0300
description:
director: Previous change caused legitimate SYNC resends to be ignored.

diffstat:

 src/director/director-connection.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3029df20febc -r d463fab6db95 src/director/director-connection.c
--- a/src/director/director-connection.c	Mon Aug 12 20:09:09 2013 +0300
+++ b/src/director/director-connection.c	Thu Aug 15 20:25:12 2013 +0300
@@ -1124,7 +1124,7 @@
 			/* stale SYNC event */
 			return FALSE;
 		} else if (host->last_sync_seq != seq ||
-			   timestamp < host->last_sync_timestamp) {
+			   timestamp > host->last_sync_timestamp) {
 			host->last_sync_seq = seq;
 			host->last_sync_timestamp = timestamp;
 			host->last_sync_seq_counter = 1;


More information about the dovecot-cvs mailing list