Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
727c1a3b
Commit
727c1a3b
authored
Mar 11, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Apr 02, 2020
Browse files
ITS#9182 pcache: fix private DB init
parent
cc666818
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/pcache.c
View file @
727c1a3b
...
...
@@ -4507,6 +4507,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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment