Skip to content

Commit ea7ddde

Browse files
author
Felipe Zimmerle
committed
Adds real_server_signature symbol to msc_test
Missing symbol was leading the tests to fail
1 parent 5f470cc commit ea7ddde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/msc_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ static unsigned char buf[BUFLEN];
7777
msc_engine *modsecurity = NULL;
7878
unsigned long int DSOLOCAL msc_pcre_match_limit = 0;
7979
unsigned long int DSOLOCAL msc_pcre_match_limit_recursion = 0;
80+
char DSOLOCAL *real_server_signature = NULL;
8081

8182
/* Stubs */
8283
char *format_error_log_message(apr_pool_t *mp, error_message_t *em) {

0 commit comments

Comments
 (0)