mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user