From cea3d68ef622fe867519db0e54986cce25a1aada Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Wed, 12 Aug 2009 14:04:50 +0000 Subject: [PATCH] - Fix reference counting of daemons killed. This commit was SVN r21810. --- orte/mca/plm/base/plm_base_orted_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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