mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user