From 331a971b13c40afec7db79998fa5ba78d6473176 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 18 Aug 2005 15:19:17 +0000 Subject: [PATCH] * fix mis-named constant This commit was SVN r6923. --- orte/mca/sds/portals_utcp/sds_portals_utcp_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/sds/portals_utcp/sds_portals_utcp_module.c b/orte/mca/sds/portals_utcp/sds_portals_utcp_module.c index ade0ab6bc8..019ada711b 100644 --- a/orte/mca/sds/portals_utcp/sds_portals_utcp_module.c +++ b/orte/mca/sds/portals_utcp/sds_portals_utcp_module.c @@ -55,7 +55,7 @@ orte_sds_portals_utcp_contact_universe(void) orte_process_info.gpr_replica = NULL; } - return OMPI_SUCCESS; + return ORTE_SUCCESS; } int