1
1

Renove status check from carto initiation.

This commit was SVN r17812.
Этот коммит содержится в:
Sharon Melamed 2008-03-12 08:55:28 +00:00
родитель 17317faed4
Коммит 4a8e2a2648

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

@ -336,15 +336,8 @@ opal_init(void)
}
/* setup the carto framework */
if (OPAL_SUCCESS != (ret = opal_carto_base_open())) {
error = "opal_carto_base_open";
goto return_error;
}
if (OPAL_SUCCESS != (ret = opal_carto_base_select())) {
error = "opal_carto_base_select";
goto return_error;
}
opal_carto_base_open();
opal_carto_base_select();
/*
* Need to start the event and progress engines if noone else is.