Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 158628
Collapse All | Expand All

(-)src-native-new/src/agentController/ACService.c (-3 / +4 lines)
Lines 263-274 Link Here
263
	/* Next try and get the server running */
263
	/* Next try and get the server running */
264
	/* start the transport layers */
264
	/* start the transport layers */
265
	serverStarted = connectionManager_startServers( &connectionManager );
265
	serverStarted = connectionManager_startServers( &connectionManager );
266
    agentManager_startAutoloadAgents( &agentManager );
267
268
	TPTP_LOG_DEBUG_MSG( am, "Everything is running" );	
269
266
270
	if(serverStarted != 0)  
267
	if(serverStarted != 0)  
271
	{
268
	{
269
		TPTP_LOG_DEBUG_MSG( am, "Error starting transport layers, Agent controller exiting.");
272
		/* We couldn't get the server running, therfore set the
270
		/* We couldn't get the server running, therfore set the
273
		   state to SERVICE_STOPPED and exit
271
		   state to SERVICE_STOPPED and exit
274
		*/
272
		*/
Lines 280-285 Link Here
280
	}
278
	}
281
	else 
279
	else 
282
	{
280
	{
281
    	agentManager_startAutoloadAgents( &agentManager );
282
		TPTP_LOG_DEBUG_MSG( am, "Everything is running" );
283
			
283
		/* Notify the Service Control Manager we are running and
284
		/* Notify the Service Control Manager we are running and
284
		   wait until we get a SERVICE_CONTROL_STOP message
285
		   wait until we get a SERVICE_CONTROL_STOP message
285
		*/
286
		*/

Return to bug 158628