mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
MODSEC-249
This commit is contained in:
@@ -164,7 +164,11 @@ struct msre_rule {
|
||||
msc_script *script;
|
||||
#endif
|
||||
|
||||
#if AP_SERVER_MAJORVERSION_NUMBER > 1 && AP_SERVER_MINORVERSION_NUMBER > 0
|
||||
ap_regex_t *sub_regex;
|
||||
#else
|
||||
regex_t *sub_regex;
|
||||
#endif
|
||||
char *sub_str;
|
||||
char *re_str;
|
||||
int re_precomp;
|
||||
|
Reference in New Issue
Block a user