mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
MODSEC-178
This commit is contained in:
@@ -419,6 +419,9 @@ apr_status_t modsecurity_tx_init(modsec_rec *msr) {
|
||||
msr->removed_rules = apr_array_make(msr->mp, 16, sizeof(char *));
|
||||
if (msr->removed_rules == NULL) return -1;
|
||||
|
||||
msr->removed_rules_tag = apr_array_make(msr->mp, 16, sizeof(char *));
|
||||
if (msr->removed_rules_tag == NULL) return -1;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user