Fixes SecConnWriteStateLimit

This commit is contained in:
Nic Jansma 2017-08-23 19:13:50 -04:00 committed by Felipe Zimmerle
parent 7fd5439c63
commit a0bd72334d
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -1597,7 +1597,7 @@ static int hook_connection_early(conn_rec *conn)
"Possible DoS Consumption Attack [Rejected]", ip_count_w,
conn_write_state_limit, client_ip);
if (!conn_limits_filter_state == MODSEC_ENABLED)
if (conn_limits_filter_state == MODSEC_ENABLED)
return OK;
}
}