if WITH_PCRE2 id defined, jit was not initialized

This commit is contained in:
Marc Stern 2023-09-25 16:00:17 +02:00
parent e9bf697c00
commit 077d1bd0b7

View File

@ -958,7 +958,7 @@ static int msre_op_rx_param_init(msre_rule *rule, char **error_msg) {
const char *pattern = rule->op_param;
#ifdef WITH_PCRE_STUDY
#ifdef WITH_PCRE_JIT
int rc, jit;
int rc, jit = 0;
#endif
#endif