dovecot-2.0: master: Delay starting up config process until it's...

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 10 03:51:17 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/364dc7ae87e4
changeset: 10030:364dc7ae87e4
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 09 20:50:16 2009 -0400
description:
master: Delay starting up config process until it's actually needed.

diffstat:

1 file changed, 2 deletions(-)
src/master/service-monitor.c |    2 --

diffs (12 lines):

diff -r 60e8f45d71a7 -r 364dc7ae87e4 src/master/service-monitor.c
--- a/src/master/service-monitor.c	Fri Oct 09 20:33:27 2009 -0400
+++ b/src/master/service-monitor.c	Fri Oct 09 20:50:16 2009 -0400
@@ -296,8 +296,6 @@ void services_monitor_start(struct servi
 
 	if (service_process_create(service_list->log, NULL, NULL) != NULL)
 		service_monitor_listen_stop(service_list->log);
-	if (service_process_create(service_list->config, NULL, NULL) != NULL)
-		service_monitor_listen_stop(service_list->config);
 }
 
 void service_monitor_stop(struct service *service)


More information about the dovecot-cvs mailing list