From f5b937667afb9d1bf1eef9d7cc3ae70283321fd3 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 19 Jan 2015 12:31:14 -0500 Subject: [PATCH] don't try to re-request expired LeaseSet --- Destination.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Destination.cpp b/Destination.cpp index bee54062..a27ddba1 100644 --- a/Destination.cpp +++ b/Destination.cpp @@ -129,10 +129,7 @@ namespace client if (it->second->HasNonExpiredLeases ()) return it->second; else - { - LogPrint ("All leases of remote LeaseSet expired. Request it"); - RequestDestination (ident); - } + LogPrint ("All leases of remote LeaseSet expired"); } else {