mirror of
https://github.com/fluencelabs/redis
synced 2025-05-23 07:31:21 +00:00
Fix wrong macro name after merge of 3.2 code. (again).
This commit is contained in:
parent
49b7f0ec45
commit
3c46377ec5
@ -3831,7 +3831,7 @@ void clusterReplyMultiBulkSlots(redisClient *c) {
|
||||
addReplyMultiBulkLen(c, 3);
|
||||
addReplyBulkCString(c, node->slaves[i]->ip);
|
||||
addReplyLongLong(c, node->slaves[i]->port);
|
||||
addReplyBulkCBuffer(c, node->slaves[i]->name, CLUSTER_NAMELEN);
|
||||
addReplyBulkCBuffer(c, node->slaves[i]->name, REDIS_CLUSTER_NAMELEN);
|
||||
nested_elements++;
|
||||
}
|
||||
setDeferredMultiBulkLength(c, nested_replylen, nested_elements);
|
||||
|
Loading…
x
Reference in New Issue
Block a user