Browse Source

don't try to re-request expired LeaseSet

pull/150/head
orignal 10 years ago
parent
commit
f5b937667a
  1. 5
      Destination.cpp

5
Destination.cpp

@ -129,10 +129,7 @@ namespace client @@ -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
{

Loading…
Cancel
Save