diff --git a/SSU.cpp b/SSU.cpp index 4b316e65..08dd7f9d 100644 --- a/SSU.cpp +++ b/SSU.cpp @@ -426,7 +426,7 @@ namespace transport if (ecode != boost::asio::error::operation_aborted) { // timeout expired - if (i2p::context.GetStatus () != eRouterStatusTesting) + if (i2p::context.GetStatus () == eRouterStatusTesting) { // we still don't know if we need introducers ScheduleIntroducersUpdateTimer ();