1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-13 19:37:51 +00:00

don't try to re-request expired LeaseSet

This commit is contained in:
orignal 2015-01-19 12:31:14 -05:00
parent f36229bd95
commit f5b937667a

View File

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