1
1
This commit was SVN r29031.
Этот коммит содержится в:
Ralph Castain 2013-08-16 21:13:40 +00:00
родитель 33beab5918
Коммит 7947cec8fa

Просмотреть файл

@ -241,7 +241,7 @@ static int info_register_framework (mca_base_framework_t *framework, opal_pointe
int opal_info_register_project_frameworks (const char *project_name, mca_base_framework_t **frameworks,
opal_pointer_array_t *component_map)
{
int i, rc;
int i, rc=OPAL_SUCCESS;
for (i=0; NULL != frameworks[i]; i++) {
if (OPAL_SUCCESS != (rc = info_register_framework(frameworks[i], component_map))) {