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
if (it->second->HasNonExpiredLeases ()) if (it->second->HasNonExpiredLeases ())
return it->second; return it->second;
else else
{ LogPrint ("All leases of remote LeaseSet expired");
LogPrint ("All leases of remote LeaseSet expired. Request it");
RequestDestination (ident);
}
} }
else else
{ {

Loading…
Cancel
Save