mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Cluster: remove not needed return statement breaking failover.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user