mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
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.",
|
"Slave rank updated to #%d, added %lld milliseconds of delay.",
|
||||||
newrank, added_delay);
|
newrank, added_delay);
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return ASAP if we can't still start the election. */
|
/* Return ASAP if we can't still start the election. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user