Cluster: remove not needed return statement breaking failover.

This commit is contained in:
antirez 2014-01-29 17:28:46 +01:00
parent 3582054982
commit 4beaaff8ea

View File

@ -2037,7 +2037,6 @@ void clusterHandleSlaveFailover(void) {
"Slave rank updated to #%d, added %lld milliseconds of delay.",
newrank, added_delay);
}
return;
}
/* Return ASAP if we can't still start the election. */