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
2da02e77
Commit
2da02e77
authored
May 01, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5490
parent
39a7f915
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2da02e77
...
...
@@ -34,6 +34,7 @@ OpenLDAP 2.4.9 Engineering
Fixed slapd-ldif file name handling (ITS#5408)
Fixed slapd-meta connections on error (ITS#5440)
Fixed slapd-meta crash on search (ITS#5481)
Fixed slapo-accesslog null callback stack crash (ITS#5490)
Fixed slapo-auditlog unnecessary syscall (ITS#5441)
Fixed slapo-refint dnSubtreeMatch (ITS#5427)
Fixed slapo-refint global referential integrity (ITS#5428)
...
...
servers/slapd/overlays/accesslog.c
View file @
2da02e77
...
...
@@ -1348,7 +1348,7 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
old
=
li
->
li_old
;
li
->
li_old
=
NULL
;
/* Disarm mod_cleanup */
for
(
cb
=
op
->
o_callback
->
sc_next
;
cb
;
cb
=
cb
->
sc_next
)
{
for
(
cb
=
op
->
o_callback
;
cb
;
cb
=
cb
->
sc_next
)
{
if
(
cb
->
sc_private
==
(
void
*
)
on
)
{
cb
->
sc_private
=
NULL
;
break
;
...
...
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