Commit dd0adbb7 authored by antirez's avatar antirez
Browse files

Make sure that REPLCONF ACK really has no return value.

parent 0292c5f7
......@@ -601,6 +601,7 @@ void replconfCommand(redisClient *c) {
c->repl_ack_off = offset;
c->repl_ack_time = server.unixtime;
/* Note: this command does not reply anything! */
return;
} else {
addReplyErrorFormat(c,"Unrecognized REPLCONF option: %s",
(char*)c->argv[j]->ptr);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment