Browse Source

fixed typo

pull/163/head
orignal 9 years ago
parent
commit
ac57e7ced2
  1. 2
      SSU.cpp

2
SSU.cpp

@ -427,7 +427,7 @@ namespace transport @@ -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…
Cancel
Save