correction

pull/90/head
Jeff Becker 6 years ago
parent 4fed76fbd9
commit 485eaa9995
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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)

Loading…
Cancel
Save