Skip to content

Commit 077d1bd

Browse files
author
Marc Stern
committed
if WITH_PCRE2 id defined, jit was not initialized
1 parent e9bf697 commit 077d1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/re_operators.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ static int msre_op_rx_param_init(msre_rule *rule, char **error_msg) {
958958
const char *pattern = rule->op_param;
959959
#ifdef WITH_PCRE_STUDY
960960
#ifdef WITH_PCRE_JIT
961-
int rc, jit;
961+
int rc, jit = 0;
962962
#endif
963963
#endif
964964

0 commit comments

Comments
 (0)