pull/628/head
Jeff Becker 8 years ago
parent aa3a93b6a0
commit df8d73ae43
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

@ -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…
Cancel
Save