Fix warning

Former-commit-id: 1d5ae423e039de437e8e48b5d15eb9908846bf04
This commit is contained in:
John Sully 2019-12-01 20:28:21 -05:00
parent b27fd8dfb1
commit 68ab27e758

View File

@ -4216,7 +4216,7 @@ void clusterReplyMultiBulkSlots(client *c) {
/* If slot exists in output map, add to it's list.
* 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);
} else {