mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix, index databases were not being closed on shutdown.
This commit is contained in:
parent
3787c4c7d7
commit
52beecbdf4
@ -90,6 +90,7 @@ bdb_db_cache(
|
||||
|
||||
bdb->bi_databases[i+1] = NULL;
|
||||
bdb->bi_databases[i] = db;
|
||||
bdb->bi_ndatabases = i+1;
|
||||
|
||||
*dbout = db->bdi_db;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user