From a7acd22e47f3d56e0b8e5d169afa6630c26c9f91 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 24 Oct 2006 17:24:09 +0000 Subject: [PATCH] Fix a fix so we see the correct MCA param This commit was SVN r12282. --- orte/mca/pls/rsh/pls_rsh_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/pls/rsh/pls_rsh_component.c b/orte/mca/pls/rsh/pls_rsh_component.c index be092c44f6..bbe43266e6 100644 --- a/orte/mca/pls/rsh/pls_rsh_component.c +++ b/orte/mca/pls/rsh/pls_rsh_component.c @@ -141,7 +141,7 @@ int orte_pls_rsh_component_open(void) mca_pls_rsh_component.debug = OPAL_INT_TO_BOOL(tmp); } - mca_base_param_reg_int(c, "debug_daemons", + mca_base_param_reg_int_name("orte", "debug_daemons", "Whether or not to enable debugging daemons (0 or 1)", false, false, false, &tmp); mca_pls_rsh_component.debug_daemons = OPAL_INT_TO_BOOL(tmp);