1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-02 02:44:15 +00:00
This commit is contained in:
Jeff Becker 2017-04-09 08:53:47 -04:00
parent d91c7e5e79
commit ed67ce7f33

View File

@ -52,7 +52,7 @@ namespace client
m_ResolveTimer = std::make_shared<boost::asio::deadline_timer>(GetService());
GetTunnelPool()->SetCustomPeerSelector(this);
ResolveCurrentLeaseSet();
return true;
return true;
}
else
return false;