From a584fc87a0e2ab02168fe63a5571f0b5b48698c2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 19 Jan 2009 00:22:53 +0100 Subject: [PATCH] server.c: Only try to print errors when not in daemon mode. --- server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.c b/server.c index 0924ace4..6aa7c1f4 100644 --- a/server.c +++ b/server.c @@ -226,7 +226,7 @@ static void parse_config(int override) .initialize = 0, .check_required = 1, .check_ambiguity = 0, - .print_errors = 1 + .print_errors = !conf.daemon_given }; server_cmdline_parser_config_file(cf, &conf, ¶ms); conf.daemon_given = tmp; -- 2.39.2