1
1
This commit was SVN r7447.
Этот коммит содержится в:
Tim Woodall 2005-09-20 19:20:39 +00:00
родитель 2656ec93b5
Коммит 84e0d89497

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

@ -241,7 +241,7 @@ int orte_ras_base_node_query_context(
break;
}
}
if(opal_list_get_size(&required) == 0 || found) {
if(*constrained == false || found) {
opal_list_append(nodes, &node->super);
} else {
OBJ_RELEASE(node);