diff --git a/orte/mca/odls/default/odls_default_module.c b/orte/mca/odls/default/odls_default_module.c index 9f345e3d68..f86c7f24f9 100644 --- a/orte/mca/odls/default/odls_default_module.c +++ b/orte/mca/odls/default/odls_default_module.c @@ -570,7 +570,7 @@ int orte_odls_default_kill_local_procs(orte_jobid_t job, bool set_state) /* ensure, though, that the state is terminated so we don't lockup if * the proc never started */ - goto MOVEON; + continue; } /* de-register the SIGCHILD callback for this pid */