dovecot-2.0: master: Get only master-related configuration from ...

dovecot at dovecot.org dovecot at dovecot.org
Wed Oct 6 00:53:00 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/760e584b352b
changeset: 12243:760e584b352b
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 05 22:52:55 2010 +0100
description:
master: Get only master-related configuration from doveconf at startup.

diffstat:

 src/master/main.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e2f9baa436f2 -r 760e584b352b src/master/main.c
--- a/src/master/main.c	Tue Oct 05 02:20:31 2010 +0100
+++ b/src/master/main.c	Tue Oct 05 22:52:55 2010 +0100
@@ -374,6 +374,7 @@
 
 	memset(&input, 0, sizeof(input));
 	input.roots = set_roots;
+	input.module = "master";
 	if (master_service_settings_read(master_service, &input, &output,
 					 &error) < 0)
 		i_fatal("Error reading configuration: %s", error);


More information about the dovecot-cvs mailing list