1
1

Wrap the connection failed check with a SOS macro to extract the native error code.

This commit was SVN r23202.
Этот коммит содержится в:
Abhishek Kulkarni 2010-05-23 16:42:08 +00:00
родитель 73ebb748bb
Коммит f04dcffecd

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

@ -125,7 +125,7 @@ int orte_errmgr_base_abort(int error_code, char *fmt, ...)
}
/* if a critical connection failed, exit without dropping a core */
if (ORTE_ERR_CONNECTION_FAILED == error_code) {
if (ORTE_ERR_CONNECTION_FAILED == OPAL_SOS_GET_ERROR_CODE(error_code)) {
orte_ess.abort(error_code, false);
} else {
orte_ess.abort(error_code, true);