From ed67ce7f33af09bf29c9ea8371cfc4a0e10e3996 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 9 Apr 2017 08:53:47 -0400 Subject: [PATCH] tabifty --- MatchedDestination.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatchedDestination.cpp b/MatchedDestination.cpp index 85ab1530..68f3759e 100644 --- a/MatchedDestination.cpp +++ b/MatchedDestination.cpp @@ -52,7 +52,7 @@ namespace client m_ResolveTimer = std::make_shared(GetService()); GetTunnelPool()->SetCustomPeerSelector(this); ResolveCurrentLeaseSet(); - return true; + return true; } else return false;