Browse Source

fixed typo

pull/1677/head
orignal 3 years ago
parent
commit
513493fa78
  1. 2
      libi2pd/NetDb.cpp

2
libi2pd/NetDb.cpp

@ -1243,7 +1243,7 @@ namespace data @@ -1243,7 +1243,7 @@ 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;

Loading…
Cancel
Save