mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#9182 pcache: fix private DB init
This commit is contained in:
parent
d34d2c3945
commit
2d87a1c7b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue