1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

correction

This commit is contained in:
Jeff Becker 2018-11-28 12:33:36 -05:00
parent 4fed76fbd9
commit 485eaa9995
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -127,7 +127,7 @@ namespace llarp
bool Endpoint::FlushInboundTraffic()
{
auto path = GetCurrentPath();
bool sent = false;
bool sent = m_DownstreamQueue.size() == 0;
if(path)
{
for(auto & msg : m_DownstreamQueue)