Skip to content

Commit

Permalink
Removed unneeded and invalid initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator authored and Felipe Zimmerle committed Jul 30, 2014
1 parent 9c1cb84 commit dbc4021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/modsecurity/ngx_http_modsecurity.c
Expand Up @@ -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;

Expand Down

0 comments on commit dbc4021

Please sign in to comment.