From f8fb43d7928a7575671859319e4b135d0fa40569 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 28 Jul 2005 18:33:55 +0000 Subject: [PATCH] * don't recurse into badness - call the function we want to call This commit was SVN r6656. --- orte/mca/sds/cnos/sds_cnos_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/sds/cnos/sds_cnos_module.c b/orte/mca/sds/cnos/sds_cnos_module.c index 7ca3cd02c8..86a493bf58 100644 --- a/orte/mca/sds/cnos/sds_cnos_module.c +++ b/orte/mca/sds/cnos/sds_cnos_module.c @@ -28,7 +28,7 @@ #include "mca/errmgr/base/base.h" orte_sds_base_module_t sds_cnos_module = { - orte_sds_base_contact_universe, + orte_sds_cnos_contact_universe, orte_sds_cnos_set_name, orte_sds_cnos_finalize, };