fixed typo

debian
orignal 1 year ago
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…
Cancel
Save