ITS#9182 pcache: fix private DB init

This commit is contained in:
Howard Chu 2020-03-11 19:17:10 +00:00
parent d34d2c3945
commit 2d87a1c7b5

View file

@ -4508,6 +4508,7 @@ pcache_db_init(
SLAP_DBFLAGS(&cm->db) |= SLAP_DBFLAG_NO_SCHEMA_CHECK;
cm->db.be_private = NULL;
cm->db.bd_self = &cm->db;
cm->db.be_pending_csn_list = NULL;
cm->qm = qm;
cm->numattrsets = 0;
cm->num_entries_limit = 5;