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 {