Browse Source

tabifty

pull/844/head
Jeff Becker 8 years ago
parent
commit
ed67ce7f33
  1. 2
      MatchedDestination.cpp

2
MatchedDestination.cpp

@ -52,7 +52,7 @@ namespace client @@ -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;

Loading…
Cancel
Save