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
e9999ed8
Commit
e9999ed8
authored
Oct 30, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6329
parent
cee9a36e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e9999ed8
...
@@ -4,6 +4,7 @@ OpenLDAP 2.4.20 Engineering
...
@@ -4,6 +4,7 @@ OpenLDAP 2.4.20 Engineering
Fixed libldap uninitialized return value (ITS#6355)
Fixed libldap uninitialized return value (ITS#6355)
Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324)
Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324)
Fixed slapd-ldap leak (ITS#6326)
Fixed slapd-ldap leak (ITS#6326)
Fixed slapo-memberof operational attr updates (ITS#6329)
Documentation
Documentation
ldap_get_dn(3) typos (ITS#5366)
ldap_get_dn(3) typos (ITS#5366)
...
...
servers/slapd/overlays/memberof.c
View file @
e9999ed8
...
@@ -393,6 +393,7 @@ memberof_value_modify(
...
@@ -393,6 +393,7 @@ memberof_value_modify(
ml
->
sml_flags
=
SLAP_MOD_INTERNAL
;
ml
->
sml_flags
=
SLAP_MOD_INTERNAL
;
ml
->
sml_next
=
op2
.
orm_modlist
;
ml
->
sml_next
=
op2
.
orm_modlist
;
op2
.
orm_modlist
=
ml
;
op2
.
orm_modlist
=
ml
;
op2
.
orm_no_opattrs
=
0
;
if
(
new_ndn
!=
NULL
)
{
if
(
new_ndn
!=
NULL
)
{
assert
(
!
BER_BVISNULL
(
new_dn
)
);
assert
(
!
BER_BVISNULL
(
new_dn
)
);
...
...
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