Fix, index databases were not being closed on shutdown.

This commit is contained in:
Howard Chu 2001-12-06 03:24:09 +00:00
parent 3787c4c7d7
commit 52beecbdf4

View File

@ -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;