1
1

Initialize var before use - thanks to Ashley for pointing out the problem

This commit was SVN r21249.
Этот коммит содержится в:
Ralph Castain 2009-05-18 14:21:29 +00:00
родитель f139cfd28a
Коммит fc88f04bdd

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

@ -813,6 +813,7 @@ static int process_commands(orte_process_name_t* sender,
/* setup return */
answer = OBJ_NEW(opal_buffer_t);
num_nodes = 0;
/* if they asked for a specific node, then just get that info */
if (NULL != nid) {