1
1

Fix typo that didn't make it over from testing on vogon

This commit was SVN r12068.
Этот коммит содержится в:
Ralph Castain 2006-10-09 20:37:39 +00:00
родитель cebdc51762
Коммит 0e9dc590b7

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

@ -336,7 +336,7 @@ static int pls_tm_launch_job(orte_jobid_t jobid)
*/
for (item = opal_list_get_first(&map->nodes);
item != opal_list_get_end(&map->nodes);
item = opal_list_get_next(n_item)) {
item = opal_list_get_next(item)) {
orte_mapped_node_t* node = (orte_mapped_node_t*)item;
orte_process_name_t* name;
char* name_string;