From: Timo Sirainen Date: Thu, 10 Dec 2015 12:40:01 +0000 (+0200) Subject: director: Don't trigger a ring resync if only last_updown_change has changed. X-Git-Tag: 2.2.21~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0ac695d27efc381dbafd7d93744acfa3f226988;p=thirdparty%2Fdovecot%2Fcore.git director: Don't trigger a ring resync if only last_updown_change has changed. --- diff --git a/src/director/director-connection.c b/src/director/director-connection.c index 8d7500b67d..a6016becf6 100644 --- a/src/director/director-connection.c +++ b/src/director/director-connection.c @@ -905,8 +905,7 @@ director_cmd_host_int(struct director_connection *conn, const char *const *args, 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) {