MODSEC-249

This commit is contained in:
brenosilva
2011-08-31 16:53:11 +00:00
parent d43c7e0bf5
commit b0e9468d6e
2 changed files with 36 additions and 12 deletions

View File

@@ -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;