mirror of https://mirror.osredm.com/root/redis.git
Cluster: remove not needed return statement breaking failover.
This commit is contained in:
parent
3582054982
commit
4beaaff8ea
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue