From 4bd57ad3df9c8a33f703029742b4d7b812a9520e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 11 Sep 2012 11:38:27 -0400 Subject: Remove obsolete comment Made obsolete by commit e2d17ea806d273784b621583dd0490c2f69f237d --- src/monitor/monitor.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/monitor') 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. -- cgit