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, };