mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
typo
This commit is contained in:
parent
aa3a93b6a0
commit
df8d73ae43
@ -1052,7 +1052,7 @@ namespace stream
|
||||
|
||||
m_Conns[ih] = m_Conns[ih] + 1;
|
||||
|
||||
bool ban = m_Conns[ih] <= m_ConnsPerMinute;
|
||||
bool ban = m_Conns[ih] >= m_ConnsPerMinute;
|
||||
if (ban)
|
||||
{
|
||||
m_Banned.push_back(ih);
|
||||
|
Loading…
Reference in New Issue
Block a user