mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
typo
This commit is contained in:
parent
aa3a93b6a0
commit
df8d73ae43
1 changed files with 1 additions and 1 deletions
|
@ -1052,7 +1052,7 @@ namespace stream
|
||||||
|
|
||||||
m_Conns[ih] = m_Conns[ih] + 1;
|
m_Conns[ih] = m_Conns[ih] + 1;
|
||||||
|
|
||||||
bool ban = m_Conns[ih] <= m_ConnsPerMinute;
|
bool ban = m_Conns[ih] >= m_ConnsPerMinute;
|
||||||
if (ban)
|
if (ban)
|
||||||
{
|
{
|
||||||
m_Banned.push_back(ih);
|
m_Banned.push_back(ih);
|
||||||
|
|
Loading…
Add table
Reference in a new issue