1
1

Can't return a numerical value here

This commit was SVN r25559.
Этот коммит содержится в:
Ralph Castain 2011-12-02 10:36:57 +00:00
родитель 9af80be432
Коммит 357ac14530

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

@ -63,7 +63,7 @@ static char* lookup ( char *service_name, ompi_info_t *info )
if (PMI_SUCCESS != (rc = PMI2_Nameserv_lookup(service_name, NULL, port, 1024))) {
ORTE_PMI_ERROR(rc, "PMI2_Nameserv_lookup");
free(port);
return OMPI_ERROR;
return NULL;
}
#else
if (PMI_SUCCESS != (rc = PMI_Lookup_name(service_name, port))) {