From f79dc8c5be8293e26cef38087fe907b73a22387b Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 15 Apr 2017 07:50:31 -0400 Subject: [PATCH] fxied crash --- src/init.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index 92de025..e532e84 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -552,11 +552,11 @@ bool AppInit2(boost::thread_group& threadGroup) #endif #endif - if (GetBoolArg("-i2p", false)) - { +// if (GetBoolArg("-i2p", false)) +// { uiInterface.InitMessage(_("Creating SAM session...")); I2PSession::Instance ().Start (); - } +// } // ********************************************************* Step 2: parameter interactions