summaryrefslogtreecommitdiff
path: root/src/src/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/globals.c')
-rw-r--r--src/src/globals.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/src/globals.c b/src/src/globals.c
index 18988e9da..62c9b2659 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -1209,8 +1209,10 @@ uschar *override_pid_file_path = NULL;
BOOL panic_coredump = FALSE;
pcre2_general_context * pcre_gen_ctx = NULL;
-pcre2_compile_context * pcre_cmp_ctx = NULL;
-pcre2_match_context * pcre_mtc_ctx = NULL;
+pcre2_compile_context * pcre_gen_cmp_ctx = NULL;
+pcre2_match_context * pcre_gen_mtc_ctx = NULL;
+pcre2_general_context * pcre_mlc_ctx = NULL;
+pcre2_compile_context * pcre_mlc_cmp_ctx = NULL;
uschar *percent_hack_domains = NULL;
uschar *pid_file_path = US PID_FILE_PATH