Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
6c9ca234
Commit
6c9ca234
authored
Jan 27, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6808
parent
cb8773ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
6c9ca234
...
...
@@ -102,6 +102,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapo-pcache to ignore undefined attrs (ITS#6600)
Fixed slapo-pcache pointer freeing (ITS#6797)
Fixed slapo-pcache with negative caching (ITS#6796)
Fixed slapo-pcache monitoring cleanup (ITS#6808)
Fixed slapo-ppolicy don't update opattrs on consumers (ITS#6608)
Fixed slapo-ppolicy to allow userPassword deletion (ITS#6620)
Fixed slapo-refint when last group member is deleted (ITS#6663)
...
...
servers/slapd/overlays/pcache.c
View file @
6c9ca234
...
...
@@ -5523,7 +5523,7 @@ pcache_monitor_db_close( BackendDB *be )
if
(
mi
&&
&
mi
->
bi_extra
)
{
mbe
=
mi
->
bi_extra
;
mbe
->
unregister_entry_callback
(
NULL
,
mbe
->
unregister_entry_callback
(
&
cm
->
monitor_ndn
,
(
monitor_callback_t
*
)
cm
->
monitor_cb
,
NULL
,
0
,
NULL
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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