mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
fixed typo
This commit is contained in:
parent
c5e2ec5e00
commit
28cf351878
@ -665,7 +665,7 @@ namespace stream
|
|||||||
(m_RoutingSession->IsLeaseSetUpdated () || m_RoutingSession->IsLeaseSetNonConfirmed ()))
|
(m_RoutingSession->IsLeaseSetUpdated () || m_RoutingSession->IsLeaseSetNonConfirmed ()))
|
||||||
{
|
{
|
||||||
auto leases = m_RemoteLeaseSet->GetNonExpiredLeases (true); // with threshold
|
auto leases = m_RemoteLeaseSet->GetNonExpiredLeases (true); // with threshold
|
||||||
if (leases.empty ())
|
if (!leases.empty ())
|
||||||
{
|
{
|
||||||
auto outboundTunnel = m_LocalDestination.GetOwner ()->GetTunnelPool ()->GetNextOutboundTunnel ();
|
auto outboundTunnel = m_LocalDestination.GetOwner ()->GetTunnelPool ()->GetNextOutboundTunnel ();
|
||||||
if (outboundTunnel)
|
if (outboundTunnel)
|
||||||
|
Loading…
Reference in New Issue
Block a user