1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-18 04:19:58 +00:00

fixed typo

This commit is contained in:
orignal 2023-04-05 21:49:49 -04:00
parent 9475a22728
commit d580c0155a

View File

@ -631,7 +631,7 @@ namespace data
if (!it.second->IsUnreachable ())
{
// 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);
else if (checkForExpiration && ts > it.second->GetTimestamp () + expirationTimeout)
it.second->SetUnreachable (true);