mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
A little BDB cleanup
This commit is contained in:
parent
5e94800144
commit
3ca26377c0
@ -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 New Issue
Block a user