From ffcd574aaf40e25695372ed67b06ea1548e2bcf2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 25 Jul 2009 18:29:06 +0200 Subject: [PATCH] Print an error message if the filter config file contains invalid options. --- filter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filter.c b/filter.c index cc270172..88141918 100644 --- a/filter.c +++ b/filter.c @@ -142,7 +142,8 @@ static int parse_config(int argc, char *argv[]) .override = 0, .initialize = 0, .check_required = 0, - .check_ambiguity = 0 + .check_ambiguity = 0, + .print_errors = 1 }; if (filter_cmdline_parser_config_file(cf, &conf, ¶ms)) return -E_FILTER_SYNTAX; -- 2.39.2