mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed typo
This commit is contained in:
@@ -1243,7 +1243,7 @@ namespace data
|
|||||||
if (ind)
|
if (ind)
|
||||||
{
|
{
|
||||||
it1 = m_RouterInfos.begin ();
|
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))
|
if (!it1->second->IsUnreachable () && filter (it1->second))
|
||||||
return it1->second;
|
return it1->second;
|
||||||
|
|||||||
Reference in New Issue
Block a user