mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
don't try to re-request expired LeaseSet
This commit is contained in:
parent
f36229bd95
commit
f5b937667a
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue