mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Removed unneeded and invalid initialization.
This commit is contained in:
committed by
Felipe Zimmerle
parent
8a8041170e
commit
39a07b8133
@@ -1097,7 +1097,7 @@ ngx_http_modsecurity_init_process(ngx_cycle_t *cycle)
|
|||||||
|
|
||||||
static ngx_int_t
|
static ngx_int_t
|
||||||
ngx_http_modsecurity_handler(ngx_http_request_t *r) {
|
ngx_http_modsecurity_handler(ngx_http_request_t *r) {
|
||||||
ngx_int_t rc = NULL;
|
ngx_int_t rc;
|
||||||
ngx_http_modsecurity_ctx_t *ctx = NULL;
|
ngx_http_modsecurity_ctx_t *ctx = NULL;
|
||||||
ngx_http_modsecurity_loc_conf_t *cf = NULL;
|
ngx_http_modsecurity_loc_conf_t *cf = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user