From 4804ee60a7f50267500d36df349f0d2e42c107d6 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 5 Feb 2009 00:14:28 +0000 Subject: [PATCH] It barely compiles ... This commit was SVN r20433. --- orte/mca/plm/base/plm_base_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/plm/base/plm_base_proxy.c b/orte/mca/plm/base/plm_base_proxy.c index a8d2237777..c73a41e62d 100644 --- a/orte/mca/plm/base/plm_base_proxy.c +++ b/orte/mca/plm/base/plm_base_proxy.c @@ -66,7 +66,7 @@ int orte_plm_proxy_spawn(orte_job_t *jdata) } /* identify who gets this command - the HNP or the local orted */ - if (jdata->controls & ORTE_JOB_CONTROL_LOCAL_SPAWN) { + if (jdata->controls & ORTE_JOB_CONTROL_LOCAL_SLAVE) { /* for now, this is unsupported */ opal_output(0, "LOCAL DAEMON SPAWN IS CURRENTLY UNSUPPORTED"); target = ORTE_PROC_MY_HNP;