Renove status check from carto initiation.
This commit was SVN r17812.
Этот коммит содержится в:
родитель
17317faed4
Коммит
4a8e2a2648
@ -336,15 +336,8 @@ opal_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* setup the carto framework */
|
/* setup the carto framework */
|
||||||
if (OPAL_SUCCESS != (ret = opal_carto_base_open())) {
|
opal_carto_base_open();
|
||||||
error = "opal_carto_base_open";
|
opal_carto_base_select();
|
||||||
goto return_error;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (OPAL_SUCCESS != (ret = opal_carto_base_select())) {
|
|
||||||
error = "opal_carto_base_select";
|
|
||||||
goto return_error;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Need to start the event and progress engines if noone else is.
|
* Need to start the event and progress engines if noone else is.
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user