]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: Delay starting up config process until it's actually needed.
authorTimo Sirainen <tss@iki.fi>
Sat, 10 Oct 2009 00:50:16 +0000 (20:50 -0400)
committerTimo Sirainen <tss@iki.fi>
Sat, 10 Oct 2009 00:50:16 +0000 (20:50 -0400)
--HG--
branch : HEAD

src/master/service-monitor.c

index e3286f7b2787aad24221514f7949c8475770f8e8..2f4d7f48c28f0ed011231dcdc01e74b949572c62 100644 (file)
@@ -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)