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

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


details:   http://hg.dovecot.org/dovecot-2.2/rev/f7a37b169f4a
changeset: 16695:f7a37b169f4a
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 ec62ea3c940e -r f7a37b169f4a src/director/director-connection.c
--- a/src/director/director-connection.c	Tue Aug 13 21:02:04 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