[Initng-svn] r3678 - initng/trunk/plugins/ngc4
svn at initng.thinktux.net
svn at initng.thinktux.net
Wed Apr 5 04:07:43 CEST 2006
Author: jimmy
Date: Wed Apr 5 04:07:41 2006
New Revision: 3678
Modified:
initng/trunk/plugins/ngc4/ngc4.c
Log:
Maby the state is set before nge is iniziated sometime, and therefore ngc wont se that service geting started.
Added hook so it checks all initial_states when looking.
Modified: initng/trunk/plugins/ngc4/ngc4.c
==============================================================================
--- initng/trunk/plugins/ngc4/ngc4.c (original)
+++ initng/trunk/plugins/ngc4/ngc4.c Wed Apr 5 04:07:41 2006
@@ -156,6 +156,7 @@
/* set the hooks */
e.service_state_change = &service_change;
+ e.initial_service_state = &service_change;
e.service_output = &service_output;
/* open correct socket */
More information about the Initng-svn
mailing list