mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Drop useless line from replicationCacheMaster().
This commit is contained in:
parent
484cfc3d76
commit
484af8ed53
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user