Browse Source

typo

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

2
Streaming.cpp

@ -1052,7 +1052,7 @@ namespace stream @@ -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