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

A little BDB cleanup

parent 5e948001
No related branches found
No related tags found
No related merge requests found
......@@ -360,6 +360,9 @@ done:
if( rc == 0 ) {
db_appexit( &env );
}
unlink("__db_mpool.share");
unlink("__db_lock.share");
#endif
return rc;
......
This diff is collapsed.
......@@ -1728,8 +1728,6 @@ if test $ol_with_ldbm_api = auto \
OL_BERKELEY_COMPAT_DB
else
OL_BERKELEY_DB
if( -e __db_lock.share ) rm -f __db_lock.share
fi
if test $ol_cv_berkeley_db != no ; then
......
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