Avoid compilation error oin valkey-cli (#721)
Signed-off-by: ranshid <ranshid@amazon.com>
This commit is contained in:
parent
24208812a6
commit
752b6ee8ff
@ -5706,6 +5706,8 @@ static clusterManagerNode *clusterManagerNodePrimaryRandom(void) {
|
||||
}
|
||||
/* Can not be reached */
|
||||
assert(0);
|
||||
/* Make compiler happy */
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int clusterManagerFixSlotsCoverage(char *all_slots) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user