Fix build.

This commit is contained in:
Nikolai Kochetov 2021-04-19 22:06:05 +03:00
parent 394cca2434
commit 08d1896950

View File

@ -289,6 +289,7 @@ Packet MultiplexedConnections::receivePacketUnlocked(AsyncCallback async_callbac
/// In this case, invalidate replica, so that we would not read from it anymore.
current_connection->disconnect();
invalidateReplica(state);
throw;
}
}