From: Timo Sirainen Date: Sat, 10 Oct 2009 00:50:16 +0000 (-0400) Subject: master: Delay starting up config process until it's actually needed. X-Git-Tag: 2.0.alpha1~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9516ea85a97de720f97c31bf9dc027a2e4845788;p=thirdparty%2Fdovecot%2Fcore.git master: Delay starting up config process until it's actually needed. --HG-- branch : HEAD --- diff --git a/src/master/service-monitor.c b/src/master/service-monitor.c index e3286f7b27..2f4d7f48c2 100644 --- a/src/master/service-monitor.c +++ b/src/master/service-monitor.c @@ -296,8 +296,6 @@ void services_monitor_start(struct service_list *service_list) 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)