Commit 484af8ed authored by antirez's avatar antirez
Browse files

Drop useless line from replicationCacheMaster().

parent 484cfc3d
......@@ -2756,8 +2756,6 @@ void replicationCacheMaster(client *c) {
* pending outputs to the master. */
sdsclear(server.master->querybuf);
sdsclear(server.master->pending_querybuf);
server.master->reploff = server.master_repl_offset;
server.master->read_reploff = server.master->reploff;
if (c->flags & CLIENT_MULTI) discardTransaction(c);
listEmpty(c->reply);
......
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