fix datagram bugs

This commit is contained in:
Jeff Becker
2017-04-09 08:52:42 -04:00
parent 4f1dfe2ef7
commit d91c7e5e79
4 changed files with 20 additions and 6 deletions

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;