[dovecot-cvs] dovecot-1.0: If startup fails because of configuration problems, ...
dovecot at dovecot.org
dovecot at dovecot.org
Tue May 22 03:58:40 EEST 2007
details: http://hg.dovecot.org/dovecot-1.0/rev/651679174b85
changeset: 5284:651679174b85
user: Timo Sirainen <tss at iki.fi>
date: Tue May 22 03:58:29 2007 +0300
description:
If startup fails because of configuration problems, print "Invalid
configuration in <path>"
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/master/main.c | 2 +-
diffs (12 lines):
diff -r 7e803d7fe2d1 -r 651679174b85 src/master/main.c
--- a/src/master/main.c Tue May 22 02:17:16 2007 +0300
+++ b/src/master/main.c Tue May 22 03:58:29 2007 +0300
@@ -833,7 +833,7 @@ int main(int argc, char *argv[])
master_settings_init();
if (!master_settings_read(configfile, exec_protocol != NULL,
dump_config))
- exit(FATAL_DEFAULT);
+ i_fatal("Invalid configuration in %s", configfile);
t_pop();
if (dump_config) {
More information about the dovecot-cvs
mailing list