From 6319014ab048268b40df8044367e29f800d4f7c7 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 31 Aug 2012 15:54:11 +0000 Subject: [PATCH] Sigh - get the end of the loop at the right place This commit was SVN r27197. --- ompi/mca/dpm/orte/dpm_orte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/dpm/orte/dpm_orte.c b/ompi/mca/dpm/orte/dpm_orte.c index e83442e8a1..c9b2919513 100644 --- a/ompi/mca/dpm/orte/dpm_orte.c +++ b/ompi/mca/dpm/orte/dpm_orte.c @@ -279,8 +279,8 @@ static int connect_accept ( ompi_communicator_t *comm, int root, "%s dpm:orte:connect_accept adding %s to proc list", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), ORTE_NAME_PRINT(&proc_list[i]->proc_name))); - ompi_proc_pack(proc_list, size, nbuf); } + ompi_proc_pack(proc_list, size, nbuf); } /* pack wireup info - this is required so that all involved parties can