Removed unneeded and invalid initialization.

This commit is contained in:
Andrei Belov 2014-05-14 14:45:24 +04:00 committed by Felipe Zimmerle
parent f7f3b32a27
commit 6ef8028720

View File

@ -1091,7 +1091,7 @@ ngx_http_modsecurity_init_process(ngx_cycle_t *cycle)
static ngx_int_t
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_loc_conf_t *cf = NULL;