changeset 19506:e6aa0aa3d599

director: Don't trigger a ring resync if only last_updown_change has changed.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 10 Dec 2015 14:40:01 +0200
parents 86ae888bc0dd
children 3326e9fda5c1
files src/director/director-connection.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/director/director-connection.c	Thu Dec 10 11:14:26 2015 +0200
+++ b/src/director/director-connection.c	Thu Dec 10 14:40:01 2015 +0200
@@ -905,8 +905,7 @@
 		update = TRUE;
 	} else {
 		update = host->vhost_count != vhost_count ||
-			host->down != down ||
-			host->last_updown_change != last_updown_change;
+			host->down != down;
 
 		host_tag = mail_host_get_tag(host);
 		if (strcmp(tag, host_tag) != 0) {