From: Timo Sirainen Date: Wed, 6 Oct 2010 18:35:17 +0000 (+0100) Subject: master: Parse and check full config at startup. X-Git-Tag: 2.0.6~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51a9c44bea74a95bf17992651df64688f1c7e12c;p=thirdparty%2Fdovecot%2Fcore.git master: Parse and check full config at startup. --- diff --git a/src/master/main.c b/src/master/main.c index c6688c8497..4af44451b7 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -375,6 +375,7 @@ static struct master_settings *master_settings_read(void) memset(&input, 0, sizeof(input)); input.roots = set_roots; input.module = "master"; + input.parse_full_config = TRUE; if (master_service_settings_read(master_service, &input, &output, &error) < 0) i_fatal("Error reading configuration: %s", error);