From d7ff2848889deb2a0ed052a87ef5a46ce6c328fa Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Wed, 31 Aug 2005 21:51:52 +0000 Subject: [PATCH] correct selection logic This commit was SVN r7116. --- orte/mca/soh/base/soh_base_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/soh/base/soh_base_select.c b/orte/mca/soh/base/soh_base_select.c index 708d4949d2..2b23d4e063 100644 --- a/orte/mca/soh/base/soh_base_select.c +++ b/orte/mca/soh/base/soh_base_select.c @@ -53,7 +53,7 @@ int orte_soh_base_select(void) be selected. So save its multi/hidden values and save the module with the highest priority */ - if (NULL != module) { + if (NULL == module) { continue; }