Skip to content
Snippets Groups Projects
Commit 603be82c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix linking errors (naming issues)

parent 08e61794
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,12 @@ bdb2_back_entry_release_rw(
int rw
)
{
#if 0
struct ldbminfo *li = (struct ldbminfo *) be->be_private;
/* free entry and reader or writer lock */
bdb2i_cache_return_entry_rw( &li->li_cache, e, rw );
#endif
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment