mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-04 08:54:23 +00:00
fixed typo
This commit is contained in:
parent
513dc2fcc5
commit
ac57e7ced2
2
SSU.cpp
2
SSU.cpp
@ -427,7 +427,7 @@ namespace transport
|
||||
if (ecode != boost::asio::error::operation_aborted)
|
||||
{
|
||||
// timeout expired
|
||||
if (!i2p::context.GetStatus () != eRouterStatusFirewalled) return; // we don't need introducers anymore
|
||||
if (i2p::context.GetStatus () != eRouterStatusFirewalled) return; // we don't need introducers anymore
|
||||
if (!i2p::context.IsUnreachable ()) i2p::context.SetUnreachable ();
|
||||
std::list<boost::asio::ip::udp::endpoint> newList;
|
||||
size_t numIntroducers = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user