don't try to re-request expired LeaseSet

pull/150/head
orignal 10 years ago
parent f36229bd95
commit f5b937667a

@ -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