mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
tabifty
This commit is contained in:
parent
d91c7e5e79
commit
ed67ce7f33
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace client
|
||||||
m_ResolveTimer = std::make_shared<boost::asio::deadline_timer>(GetService());
|
m_ResolveTimer = std::make_shared<boost::asio::deadline_timer>(GetService());
|
||||||
GetTunnelPool()->SetCustomPeerSelector(this);
|
GetTunnelPool()->SetCustomPeerSelector(this);
|
||||||
ResolveCurrentLeaseSet();
|
ResolveCurrentLeaseSet();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue