1
1

typo broke the threaded build..

This commit was SVN r7182.
Этот коммит содержится в:
Galen Shipman 2005-09-05 16:43:01 +00:00
родитель 3078be40aa
Коммит f541088bc3

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

@ -68,7 +68,7 @@ struct mca_rcache_rb_tree_item_t * mca_rcache_rb_tree_find(
copy = OBJ_NEW(mca_rcache_rb_tree_item_t);
*copy = *found;
}
OPAL_THREAD_UNLOCK(&rb_moduel->rb_lock);
OPAL_THREAD_UNLOCK(&rb_module->rb_lock);
return copy;
}