mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Fix error_message type
This commit is contained in:
parent
a01b85b896
commit
6d9327f4a8
@ -79,7 +79,7 @@ unsigned long int DSOLOCAL msc_pcre_match_limit = 0;
|
||||
unsigned long int DSOLOCAL msc_pcre_match_limit_recursion = 0;
|
||||
|
||||
/* Stubs */
|
||||
char *format_error_log_message(apr_pool_t *mp, error_message *em) {
|
||||
char *format_error_log_message(apr_pool_t *mp, error_message_t *em) {
|
||||
return "FAKE ERROR LOG MESSAGE";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user