Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
3c46377e
Commit
3c46377e
authored
Jan 31, 2016
by
antirez
Browse files
Fix wrong macro name after merge of 3.2 code. (again).
parent
49b7f0ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
3c46377e
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment