Browse Source

fixed typo

pull/173/head
orignal 9 years ago
parent
commit
629b5ff171
  1. 2
      SSU.cpp

2
SSU.cpp

@ -426,7 +426,7 @@ namespace transport
if (ecode != boost::asio::error::operation_aborted) if (ecode != boost::asio::error::operation_aborted)
{ {
// timeout expired // timeout expired
if (i2p::context.GetStatus () != eRouterStatusTesting) if (i2p::context.GetStatus () == eRouterStatusTesting)
{ {
// we still don't know if we need introducers // we still don't know if we need introducers
ScheduleIntroducersUpdateTimer (); ScheduleIntroducersUpdateTimer ();

Loading…
Cancel
Save