diff --git a/src/replication.cpp b/src/replication.cpp index 94b35e314..e9a503167 100644 --- a/src/replication.cpp +++ b/src/replication.cpp @@ -4975,7 +4975,6 @@ void flushReplBacklogToClients() /* Only if the there isn't already a pending write do we prepare the client to write */ serverAssert(replica->repl_curr_off != g_pserver->master_repl_offset); prepareClientToWrite(replica); - } if (fAsyncWrite) ProcessPendingAsyncWrites();