We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01b85b commit 6d9327fCopy full SHA for 6d9327f
tests/msc_test.c
@@ -79,7 +79,7 @@ unsigned long int DSOLOCAL msc_pcre_match_limit = 0;
79
unsigned long int DSOLOCAL msc_pcre_match_limit_recursion = 0;
80
81
/* Stubs */
82
-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) {
83
return "FAKE ERROR LOG MESSAGE";
84
}
85
0 commit comments