1
1
This commit was SVN r5274.
Этот коммит содержится в:
Edgar Gabriel 2005-04-12 19:15:25 +00:00
родитель 05624dda0c
Коммит 3f32a7b888

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

@ -131,7 +131,6 @@ int orte_ns_replica_assign_rml_tag(orte_rml_tag_t *tag,
/* not in list or not provided, so allocate next tag
* first check to see if one available - else error
*/
/* if (ORTE_RML_TAG_MAX < orte_ns_replica_next_rml_tag) { */
if (ORTE_RML_TAG_MAX > orte_ns_replica_next_rml_tag) {
/* okay, one available - assign it */
tagitem = OBJ_NEW(orte_ns_replica_tagitem_t);