We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2966dd6 commit c66e52cCopy full SHA for c66e52c
src/ngx_http_modsecurity_module.c
@@ -545,6 +545,7 @@ static void *ngx_http_modsecurity_create_conf(ngx_conf_t *cf)
545
conf->enable = NGX_CONF_UNSET;
546
conf->sanity_checks_enabled = NGX_CONF_UNSET;
547
conf->rules_set = msc_create_rules_set();
548
+ conf->modsec = NULL;
549
550
cln = ngx_pool_cleanup_add(cf->pool, 0);
551
if (cln == NULL) {
0 commit comments