]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
director: Don't trigger a ring resync if only last_updown_change has changed.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 10 Dec 2015 12:40:01 +0000 (14:40 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 10 Dec 2015 12:40:01 +0000 (14:40 +0200)
src/director/director-connection.c

index 8d7500b67d28143495c911a4f7e63abf59f2ffe6..a6016becf685d6e2fa5acb9556821e2434620e93 100644 (file)
@@ -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) {