mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 00:20:50 +00:00
fix mismatch argument
This commit is contained in:
parent
b80e467023
commit
2cdf4cc656
@ -4194,7 +4194,7 @@ void clusterCommand(client *c) {
|
||||
}
|
||||
if ((n = clusterLookupNode(c->argv[4]->ptr)) == NULL) {
|
||||
addReplyErrorFormat(c,"I don't know about node %s",
|
||||
(char*)c->argv[3]->ptr);
|
||||
(char*)c->argv[4]->ptr);
|
||||
return;
|
||||
}
|
||||
server.cluster->importing_slots_from[slot] = n;
|
||||
|
Loading…
x
Reference in New Issue
Block a user