mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
More for ITS#3288 be_pcl_mutex fixes
This commit is contained in:
parent
c7313c09b4
commit
d504ae047e
1 changed files with 1 additions and 0 deletions
|
|
@ -1831,6 +1831,7 @@ proxy_cache_init(
|
|||
cm->db = *be;
|
||||
SLAP_DBFLAGS(&cm->db) |= SLAP_DBFLAG_NO_SCHEMA_CHECK;
|
||||
cm->db.be_private = NULL;
|
||||
cm->db.be_pcl_mutexp = &cm->db.be_pcl_mutex;
|
||||
cm->qm = qm;
|
||||
cm->numattrsets = 0;
|
||||
cm->numtemplates = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue