From 0085feb56ac7a3831a31495f68ff45053df6fd88 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 7 Apr 2026 14:29:58 -0400 Subject: [PATCH] follow-up: remove one unnecessary change --- src/cfgfiles.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cfgfiles.c b/src/cfgfiles.c index 28ae34f54..331f90134 100644 --- a/src/cfgfiles.c +++ b/src/cfgfiles.c @@ -1865,8 +1865,7 @@ config_error_add(const char *str, ...) va_list the_args; va_start(the_args, str); - if (!config_unmatched_ignored()) - vconfig_error_add(str, the_args); + vconfig_error_add(str, the_args); va_end(the_args); }