mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-25 14:15:04 +00:00
fixed typo
This commit is contained in:
@@ -1332,7 +1332,7 @@ namespace transport
|
||||
auto it = m_BanList.find (addr);
|
||||
if (it != m_BanList.end ())
|
||||
{
|
||||
if (it->second < i2p::util::GetMonotonicSeconds ())
|
||||
if (it->second > i2p::util::GetMonotonicSeconds ())
|
||||
return true;
|
||||
else
|
||||
m_BanList.erase (it);
|
||||
|
||||
Reference in New Issue
Block a user