Skip to content

Commit 0829fbb

Browse files
defanatorFelipe Zimmerle
authored andcommitted
Removed unneeded and invalid initialization.
1 parent 5f38469 commit 0829fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/modsecurity/ngx_http_modsecurity.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ ngx_http_modsecurity_init_process(ngx_cycle_t *cycle)
10911091

10921092
static ngx_int_t
10931093
ngx_http_modsecurity_handler(ngx_http_request_t *r) {
1094-
ngx_int_t rc = NULL;
1094+
ngx_int_t rc;
10951095
ngx_http_modsecurity_ctx_t *ctx = NULL;
10961096
ngx_http_modsecurity_loc_conf_t *cf = NULL;
10971097

0 commit comments

Comments
 (0)