Browse Source

fxied crash

pull/5/head
orignal 7 years ago
parent
commit
f79dc8c5be
  1. 6
      src/init.cpp

6
src/init.cpp

@ -552,11 +552,11 @@ bool AppInit2(boost::thread_group& threadGroup) @@ -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

Loading…
Cancel
Save