mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 14:46:13 +03:00
Fix pcre version mismatch warning
This commit is contained in:
parent
2e055003c2
commit
d5866ff3ec
@ -89,7 +89,7 @@ static void version(apr_pool_t *mp) {
|
|||||||
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, "ModSecurity: Loaded APR do not match with compiled!");
|
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, "ModSecurity: Loaded APR do not match with compiled!");
|
||||||
}
|
}
|
||||||
|
|
||||||
pcre_vrs = apr_psprintf(mp,"%d.%d", PCRE_MAJOR, PCRE_MINOR);
|
pcre_vrs = apr_psprintf(mp,"%d.%02d", PCRE_MAJOR, PCRE_MINOR);
|
||||||
|
|
||||||
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, NULL,
|
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, NULL,
|
||||||
"ModSecurity: PCRE compiled version=\"%s\"; "
|
"ModSecurity: PCRE compiled version=\"%s\"; "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user