mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-19 01:09:58 +00:00
fixed typo
This commit is contained in:
parent
6bd1ee36f7
commit
8874ea8033
@ -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…
x
Reference in New Issue
Block a user