1
1
This commit was SVN r8822.
Этот коммит содержится в:
Rainer Keller 2006-01-26 13:20:53 +00:00
родитель 60c2ae768b
Коммит dd13b098e1

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

@ -540,7 +540,7 @@ int orte_iof_base_callback_delete(
orte_iof_base_endpoint_t* endpoint;
opal_list_item_t* item;
OPAL_THREAD_UNLOCK(&orte_iof_base.iof_lock);
OPAL_THREAD_LOCK(&orte_iof_base.iof_lock);
if(NULL == (endpoint = orte_iof_base_endpoint_lookup(proc,ORTE_IOF_SINK, tag))) {
OPAL_THREAD_UNLOCK(&orte_iof_base.iof_lock);
return ORTE_ERR_NOT_FOUND;