mirror of
https://github.com/fluencelabs/redis
synced 2025-05-04 23:12:18 +00:00
Fix wrong macro name after merge of 3.2 code.
This commit is contained in:
parent
301ed84ec8
commit
49b7f0ec45
@ -3821,7 +3821,7 @@ void clusterReplyMultiBulkSlots(redisClient *c) {
|
|||||||
addReplyMultiBulkLen(c, 3);
|
addReplyMultiBulkLen(c, 3);
|
||||||
addReplyBulkCString(c, node->ip);
|
addReplyBulkCString(c, node->ip);
|
||||||
addReplyLongLong(c, node->port);
|
addReplyLongLong(c, node->port);
|
||||||
addReplyBulkCBuffer(c, node->name, CLUSTER_NAMELEN);
|
addReplyBulkCBuffer(c, node->name, REDIS_CLUSTER_NAMELEN);
|
||||||
|
|
||||||
/* Remaining nodes in reply are replicas for slot range */
|
/* Remaining nodes in reply are replicas for slot range */
|
||||||
for (i = 0; i < node->numslaves; i++) {
|
for (i = 0; i < node->numslaves; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user