1
1

fix: return correct error on connection failure

This commit was SVN r25452.
Этот коммит содержится в:
Mike Dubman 2011-11-07 06:13:17 +00:00
родитель 1eb97a903e
Коммит 4cf9e1323d

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

@ -258,6 +258,7 @@ int ompi_mtl_mxm_add_procs(struct mca_mtl_base_module_t *mtl, size_t nprocs,
mxm_error_string(conn_reqs[i].error));
}
}
rc = OMPI_ERR_CONNECTION_FAILED;
goto bail;
}