From 40d54894295ca108b2ed98b1ba5cb7789f540dd6 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 7 Apr 2014 22:26:18 -0400 Subject: [PATCH] delete inactive SSU sessions --- SSU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSU.cpp b/SSU.cpp index 2b0f2c7a..1d1581a0 100644 --- a/SSU.cpp +++ b/SSU.cpp @@ -572,7 +572,7 @@ namespace ssu if (ecode != boost::asio::error::operation_aborted) { LogPrint ("SSU no activity fo ", SSU_TERMINATION_TIMEOUT, " seconds"); - Close (); + Failed (); } }