mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-18 04:19:58 +00:00
fixed typo
This commit is contained in:
parent
9475a22728
commit
d580c0155a
@ -631,7 +631,7 @@ namespace data
|
|||||||
if (!it.second->IsUnreachable ())
|
if (!it.second->IsUnreachable ())
|
||||||
{
|
{
|
||||||
// find & mark expired routers
|
// find & mark expired routers
|
||||||
if (it.second->GetCompatibleTransports (true)) // non reachable by any transport
|
if (!it.second->GetCompatibleTransports (true)) // non reachable by any transport
|
||||||
it.second->SetUnreachable (true);
|
it.second->SetUnreachable (true);
|
||||||
else if (checkForExpiration && ts > it.second->GetTimestamp () + expirationTimeout)
|
else if (checkForExpiration && ts > it.second->GetTimestamp () + expirationTimeout)
|
||||||
it.second->SetUnreachable (true);
|
it.second->SetUnreachable (true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user