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
156baefc
Commit
156baefc
authored
May 01, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6058
parent
edeaab4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
156baefc
...
...
@@ -10,8 +10,9 @@ OpenLDAP 2.4.17 Engineering
Fixed slapd normalization of updated schema attributes (ITS#5540)
Fixed slapd pagedresults stacked control with overlays (ITS#6056)
Fixed slapd sockets usage on windows (ITS#6039)
Fixed slapo-rwm dn passing (ITS#6070)
Added slapo-rwm rwm-drop-unrequested-attrs config option (ITS#6057)
Fixed slapo-rwm dn passing (ITS#6070)
Fixed slapo-rwm entry free (ITS#6058)
Build Environment
Added test056-monitor (ITS#5540)
Added test057-memberof-refint (ITS#5395)
...
...
servers/slapd/overlays/rwm.c
View file @
156baefc
...
...
@@ -823,7 +823,7 @@ rwm_entry_release_rw( Operation *op, Entry *e, int rw )
}
/* just free entry if (probably) ours */
if
(
e
->
e_private
==
NULL
)
{
if
(
e
->
e_private
==
NULL
&&
BER_BVISNULL
(
&
e
->
e_bv
)
)
{
entry_free
(
e
);
return
LDAP_SUCCESS
;
}
...
...
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