This commit is contained in:
Jeff Becker 2016-07-28 11:20:24 -04:00
parent aa3a93b6a0
commit df8d73ae43
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -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);