diff --git a/orte/mca/plm/base/plm_base_orted_cmds.c b/orte/mca/plm/base/plm_base_orted_cmds.c index b02ddb8a62..79d615c54c 100644 --- a/orte/mca/plm/base/plm_base_orted_cmds.c +++ b/orte/mca/plm/base/plm_base_orted_cmds.c @@ -356,8 +356,8 @@ int orte_plm_base_orted_kill_local_procs(opal_pointer_array_t *procs) /* check to see if this daemon is known to be "dead" */ if (proc->state > ORTE_PROC_STATE_UNTERMINATED) { /* don't try to send this */ - continue; --num_being_sent; + continue; } /* don't worry about errors on the send here - just * issue it and keep going