From 8fd3c86e06afa9f12b13ebe54904734145c92cb6 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 25 Apr 2013 14:18:18 +0000 Subject: [PATCH] Per Geoffroy Vallee, use the OPAL constant This commit was SVN r28394. --- ompi/runtime/ompi_info_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/runtime/ompi_info_support.c b/ompi/runtime/ompi_info_support.c index cc12aad9b2..e36232e3db 100644 --- a/ompi/runtime/ompi_info_support.c +++ b/ompi/runtime/ompi_info_support.c @@ -49,7 +49,7 @@ int ompi_info_register_framework_params(opal_pointer_array_t *component_map) ompi_info_registered = true; rc = opal_info_register_framework_params(component_map); - if (ORTE_SUCCESS != rc) { + if (OPAL_SUCCESS != rc) { return rc; }