- the module sync's back to database at shutdown - dicovered based on an email by Ozren Lapcevic
@@ -437,7 +437,7 @@ static int mod_init(void)
*/
static int child_init(int rank)
{
- if (rank==PROC_INIT || rank==PROC_MAIN || rank==PROC_TCP_MAIN)
+ if (rank==PROC_INIT || rank==PROC_TCP_MAIN)
return 0; /* do nothing for the main process */
if (imc_dbf.init==0)