Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
69493b6f
Commit
69493b6f
authored
Apr 15, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6484
parent
fc949cc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
69493b6f
...
...
@@ -15,6 +15,7 @@ OpenLDAP 2.4.22 Engineering
Fixed slapo-collect REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed slapo-dynlist REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed slapo-pcache to release its own entries (ITS#6484)
Fixed slapo-rwm entry release handling (ITS#6484)
Fixed slapo-rwm olcRwmMap handling (ITS#6436)
Fixed slapo-rwm REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed slapo-syncprov memory leak (ITS#6459)
...
...
servers/slapd/overlays/rwm.c
View file @
69493b6f
...
...
@@ -1512,7 +1512,9 @@ rwm_send_entry( Operation *op, SlapReply *rs )
goto
fail
;
}
overlay_entry_release_ov
(
op
,
rs
->
sr_entry
,
0
,
on
);
op
->
o_bd
->
bd_info
=
(
BackendInfo
*
)
on
->
on_info
;
be_entry_release_r
(
op
,
rs
->
sr_entry
);
op
->
o_bd
->
bd_info
=
(
BackendInfo
*
)
on
;
}
rs
->
sr_entry
=
e
;
...
...
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