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
Joe Martin
OpenLDAP
Commits
32b46347
Commit
32b46347
authored
May 01, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5490
parent
05752bea
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
32b46347
...
...
@@ -7,6 +7,7 @@ OpenLDAP 2.3.42 Engineering
Fixed slapd delta-syncrepl resync (ITS#5378)
Fixed slapd pagedresults stale state (ITS#5409)
Fixed slapd-ldap connection handler (ITS#5404)
Fixed slapo-accesslog null callback stack crash (ITS#5490)
OpenLDAP 2.3.41 Release (2008/02/19)
Fixed slapd timestamp race condition (ITS#5370)
...
...
servers/slapd/overlays/accesslog.c
View file @
32b46347
...
...
@@ -915,7 +915,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
.
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