mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
A little BDB cleanup
This commit is contained in:
parent
5e94800144
commit
3ca26377c0
3 changed files with 224 additions and 220 deletions
|
|
@ -360,6 +360,9 @@ done:
|
|||
if( rc == 0 ) {
|
||||
db_appexit( &env );
|
||||
}
|
||||
|
||||
unlink("__db_mpool.share");
|
||||
unlink("__db_lock.share");
|
||||
#endif
|
||||
|
||||
return rc;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue