From 629b5ff17124c4c7812786e62b576cc1df40a402 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 30 Mar 2015 07:21:47 -0400 Subject: [PATCH] fixed typo --- SSU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();