1
1
This commit was SVN r23969.
Этот коммит содержится в:
Ralph Castain 2010-10-29 00:43:50 +00:00
родитель 0171e05942
Коммит 875a6d61a4

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

@ -568,7 +568,7 @@ static int update_state(orte_jobid_t job,
}
OBJ_DESTRUCT(&alert);
/* indicate that the job is complete */
return ORTE_ERR_SILENT;
return rc;
}
return ORTE_SUCCESS;
}