1
1

We need a default value or the compiler will whine.

This commit was SVN r23940.
Этот коммит содержится в:
George Bosilca 2010-10-25 19:05:45 +00:00
родитель bd9e48d5cf
Коммит 5882290cdd

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

@ -279,7 +279,7 @@ static int update_route(orte_process_name_t *target,
static orte_process_name_t get_route(orte_process_name_t *target)
{
orte_process_name_t *ret, daemon;
orte_process_name_t *ret = target, daemon;
int32_t i;
orte_job_t *jdata;
orte_proc_t *proc;