Skip to content
Snippets Groups Projects
Commit d504ae04 authored by Howard Chu's avatar Howard Chu
Browse files

More for ITS#3288 be_pcl_mutex fixes

parent c7313c09
No related branches found
No related tags found
No related merge requests found
...@@ -1831,6 +1831,7 @@ proxy_cache_init( ...@@ -1831,6 +1831,7 @@ proxy_cache_init(
cm->db = *be; cm->db = *be;
SLAP_DBFLAGS(&cm->db) |= SLAP_DBFLAG_NO_SCHEMA_CHECK; SLAP_DBFLAGS(&cm->db) |= SLAP_DBFLAG_NO_SCHEMA_CHECK;
cm->db.be_private = NULL; cm->db.be_private = NULL;
cm->db.be_pcl_mutexp = &cm->db.be_pcl_mutex;
cm->qm = qm; cm->qm = qm;
cm->numattrsets = 0; cm->numattrsets = 0;
cm->numtemplates = 0; cm->numtemplates = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment