Skip to content

Commit bf10d79

Browse files
committed
btl/ugni: remove erroneous unlock
The endpoint lock was being released twice in mca_btl_ugni_get_ep. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent cc96097 commit bf10d79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/mca/btl/ugni/btl_ugni_add_procs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ struct mca_btl_base_endpoint_t *mca_btl_ugni_get_ep (struct mca_btl_base_module_
244244
do {
245245
rc = opal_hash_table_get_value_uint64 (&ugni_module->id_to_endpoint, proc_id, (void **) &ep);
246246
if (OPAL_SUCCESS == rc) {
247-
OPAL_THREAD_UNLOCK(&ugni_module->endpoint_lock);
248247
break;
249248
}
250249

0 commit comments

Comments
 (0)