mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
fixed typo
This commit is contained in:
parent
9475a22728
commit
d580c0155a
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue