1
1

Add missing param in tm launcher

This commit was SVN r20087.
Этот коммит содержится в:
Ralph Castain 2008-12-09 13:31:33 +00:00
родитель c230a49140
Коммит 61c21d787d

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

@ -447,7 +447,7 @@ int plm_tm_terminate_orteds(void)
int rc;
/* now tell them to die! */
if (ORTE_SUCCESS != (rc = orte_plm_base_orted_exit())) {
if (ORTE_SUCCESS != (rc = orte_plm_base_orted_exit(ORTE_DAEMON_EXIT_WITH_REPLY_CMD))) {
ORTE_ERROR_LOG(rc);
}