dovecot-1.2: dovecot: Don't warn about changing config file, unl...

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 24 23:27:51 EET 2010


details:   http://hg.dovecot.org/dovecot-1.2/rev/3237519b73f4
changeset: 9530:3237519b73f4
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 24 23:27:48 2010 +0200
description:
dovecot: Don't warn about changing config file, unless -n or -a is given.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/master/main.c |    2 +-

diffs (12 lines):

diff -r 4b0ec8160ff4 -r 3237519b73f4 src/master/main.c
--- a/src/master/main.c	Sun Jan 24 22:58:45 2010 +0200
+++ b/src/master/main.c	Sun Jan 24 23:27:48 2010 +0200
@@ -600,7 +600,7 @@ int main(int argc, char *argv[])
 		master_settings_init();
 		if (!master_settings_read(configfile, exec_protocol != NULL,
 					  dump_config || log_error,
-					  !config_path_given))
+					  !config_path_given && dump_config))
 			i_fatal("Invalid configuration in %s", configfile);
 	} T_END;
 


More information about the dovecot-cvs mailing list