Fix a hang in carto_base_select() if carto_module_init() fails
This commit was SVN r24876.
Этот коммит содержится в:
родитель
ceabe91484
Коммит
0d0cead33a
@ -64,10 +64,7 @@ int opal_carto_base_select(void)
|
|||||||
cleanup:
|
cleanup:
|
||||||
/* Initialize the winner */
|
/* Initialize the winner */
|
||||||
if (NULL != opal_carto_base_module) {
|
if (NULL != opal_carto_base_module) {
|
||||||
if (OPAL_SUCCESS != (ret = opal_carto_base_module->carto_module_init()) ) {
|
exit_status = opal_carto_base_module->carto_module_init();
|
||||||
exit_status = ret;
|
|
||||||
goto cleanup;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return exit_status;
|
return exit_status;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user