1
1

Cleanup in error path. Fixes CID 967211. Thanks, Jeff.

This commit was SVN r28183.
Этот коммит содержится в:
Samuel Gutierrez 2013-03-19 20:00:08 +00:00
родитель e5838e6121
Коммит 8ce2041102

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

@ -206,7 +206,7 @@ sm_segment_attach(mca_btl_sm_component_t *comp_ptr)
* itself on failure. */
opal_output(0, "sm_segment_attach: "
"mca_common_sm_module_attach failure!\n");
return OMPI_ERROR;
rc = OMPI_ERROR;
}
out: