summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor/monitor.c')
-rw-r--r--src/monitor/monitor.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index d9e84c440..1513747b6 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -2256,11 +2256,6 @@ static int start_service(struct mt_svc *svc)
DEBUG(4,("Queueing service %s for startup\n", svc->name));
- /* at startup we need to start the data providers before the responders
- * to avoid races where a service starts before sbus pipes are ready
- * to accept connections. So if startup is true delay by 2 seconds any
- * process that is not a data provider */
-
tv = tevent_timeval_current();
/* Add a timed event to start up the service.