Browse Source

fixed typo

pull/2028/head
orignal 7 months ago
parent
commit
8874ea8033
  1. 2
      libi2pd/TunnelPool.cpp

2
libi2pd/TunnelPool.cpp

@ -355,7 +355,7 @@ namespace tunnel @@ -355,7 +355,7 @@ namespace tunnel
if (m_InboundTunnels.size () > 1 || m_NumInboundTunnels <= 1) // don't fail last tunnel
m_InboundTunnels.erase (it.second.second);
else
it.second.first->SetState (eTunnelStateTestFailed);
it.second.second->SetState (eTunnelStateTestFailed);
}
if (m_LocalDestination)
m_LocalDestination->SetLeaseSetUpdated ();

Loading…
Cancel
Save