1
1
This commit was SVN r6126.
Этот коммит содержится в:
Tim Woodall 2005-06-21 21:30:56 +00:00
родитель aac0dadddb
Коммит 07f0501e45

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

@ -203,7 +203,6 @@ static orte_iof_base_endpoint_t* orte_iof_base_endpoint_lookup(
if(orte_ns.compare(ORTE_NS_CMP_ALL,proc,&endpoint->ep_name) == 0 && if(orte_ns.compare(ORTE_NS_CMP_ALL,proc,&endpoint->ep_name) == 0 &&
endpoint->ep_tag == tag && endpoint->ep_mode == mode) { endpoint->ep_tag == tag && endpoint->ep_mode == mode) {
OBJ_RETAIN(endpoint); OBJ_RETAIN(endpoint);
OMPI_THREAD_UNLOCK(&orte_iof_base.iof_lock);
return endpoint; return endpoint;
} }
} }