summaryrefslogtreecommitdiff
path: root/src/src/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/dns.c')
-rw-r--r--src/src/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/dns.c b/src/src/dns.c
index 7d7ee0c04..4071c5822 100644
--- a/src/src/dns.c
+++ b/src/src/dns.c
@@ -1324,7 +1324,7 @@ dns_pattern_init(void)
{
if (check_dns_names_pattern[0] != 0 && !regex_check_dns_names)
regex_check_dns_names =
- regex_must_compile(check_dns_names_pattern, FALSE, TRUE);
+ regex_must_compile(check_dns_names_pattern, MCS_NOFLAGS, TRUE);
}
/* vi: aw ai sw=2