# HG changeset patch # User Timo Sirainen # Date 1449751201 -7200 # Node ID e6aa0aa3d599b4dc6de9bd58fe27253344b8da7e # Parent 86ae888bc0ddc2e8a3eb470f301e898c416838ae director: Don't trigger a ring resync if only last_updown_change has changed. diff -r 86ae888bc0dd -r e6aa0aa3d599 src/director/director-connection.c --- 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) {