1
1
This commit was SVN r24547.
Этот коммит содержится в:
Ralph Castain 2011-03-20 01:17:29 +00:00
родитель 281116ddc5
Коммит fa40f5d7c3

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

@ -123,9 +123,8 @@ static void send_relay(opal_buffer_t *buf)
ORTE_VPID_PRINT(nm->vpid)));
target.vpid = nm->vpid;
if (ORTE_SUCCESS != (ret = orte_comm(&target,
buf, ORTE_RML_TAG_DAEMON,
orte_daemon_cmd_processor))) {
if (ORTE_SUCCESS != (ret = orte_comm(&target, buf, ORTE_RML_TAG_DAEMON,
orte_daemon_cmd_processor))) {
ORTE_ERROR_LOG(ret);
goto CLEANUP;
}