From 005fac032f251f5c9b39db705fabfe2910aa82bc Mon Sep 17 00:00:00 2001 From: Alessio Podda Date: Thu, 19 Mar 2026 17:40:28 +0100 Subject: [PATCH] fixup! Duplicate cfg_map --- bin/plugins/filter-a.c | 2 +- bin/plugins/filter-aaaa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/plugins/filter-a.c b/bin/plugins/filter-a.c index 0d94f41ae9e..2da1d338c86 100644 --- a/bin/plugins/filter-a.c +++ b/bin/plugins/filter-a.c @@ -230,7 +230,7 @@ check_syntax(cfg_obj_t *fmap, const void *cfg, isc_mem_t *mctx, void *aclctx) { dns_acl_t *acl = NULL; filter_a_t f4 = NONE, f6 = NONE; - cfg_map_get(fmap, "filter-a", &aclobj); + cfg_map_external_get(fmap, "filter-a", &aclobj); if (aclobj == NULL) { return result; } diff --git a/bin/plugins/filter-aaaa.c b/bin/plugins/filter-aaaa.c index 32ded4f63a8..66fec600e21 100644 --- a/bin/plugins/filter-aaaa.c +++ b/bin/plugins/filter-aaaa.c @@ -230,7 +230,7 @@ check_syntax(cfg_obj_t *fmap, const void *cfg, isc_mem_t *mctx, void *aclctx) { dns_acl_t *acl = NULL; filter_aaaa_t f4 = NONE, f6 = NONE; - cfg_map_get(fmap, "filter-aaaa", &aclobj); + cfg_map_external_get(fmap, "filter-aaaa", &aclobj); if (aclobj == NULL) { return result; } -- 2.47.3