mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
fixed typo
This commit is contained in:
parent
a6937c792f
commit
513493fa78
@ -1243,10 +1243,10 @@ namespace data
|
||||
if (ind)
|
||||
{
|
||||
it1 = m_RouterInfos.begin ();
|
||||
while (it1 != it || it1 != m_RouterInfos.end ())
|
||||
while (it1 != it && it1 != m_RouterInfos.end ())
|
||||
{
|
||||
if (!it1->second->IsUnreachable () && filter (it1->second))
|
||||
return it1->second;
|
||||
return it1->second;
|
||||
it1++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user