Fix warning
Former-commit-id: 1d5ae423e039de437e8e48b5d15eb9908846bf04
This commit is contained in:
parent
b27fd8dfb1
commit
68ab27e758
@ -4216,7 +4216,7 @@ void clusterReplyMultiBulkSlots(client *c) {
|
|||||||
|
|
||||||
/* If slot exists in output map, add to it's list.
|
/* If slot exists in output map, add to it's list.
|
||||||
* else, create a new output map for this slot */
|
* else, create a new output map for this slot */
|
||||||
if (start == j-1) {
|
if (start == (int)j-1) {
|
||||||
addReplyLongLong(c, start); /* only one slot; low==high */
|
addReplyLongLong(c, start); /* only one slot; low==high */
|
||||||
addReplyLongLong(c, start);
|
addReplyLongLong(c, start);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user