fixed typo

This commit is contained in:
orignal 2016-10-24 07:11:18 -04:00
parent c5e2ec5e00
commit 28cf351878

View File

@ -665,7 +665,7 @@ namespace stream
(m_RoutingSession->IsLeaseSetUpdated () || m_RoutingSession->IsLeaseSetNonConfirmed ()))
{
auto leases = m_RemoteLeaseSet->GetNonExpiredLeases (true); // with threshold
if (leases.empty ())
if (!leases.empty ())
{
auto outboundTunnel = m_LocalDestination.GetOwner ()->GetTunnelPool ()->GetNextOutboundTunnel ();
if (outboundTunnel)