correct return values
This commit was SVN r9063.
Этот коммит содержится в:
родитель
0bc3cbf0db
Коммит
c07e84cf6d
@ -228,7 +228,7 @@ int orte_pls_base_get_proc_pids(orte_jobid_t jobid, pid_t **pids, size_t* num_pi
|
|||||||
ORTE_ERROR_LOG(rc);
|
ORTE_ERROR_LOG(rc);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
*(pids[i]) = *pptr;
|
(*pids)[i] = *pptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*num_pids = num_values;
|
*num_pids = num_values;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user