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
8c19dc77
Commit
8c19dc77
authored
Feb 12, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5358
parent
16e54007
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8c19dc77
...
...
@@ -25,6 +25,7 @@ OpenLDAP 2.4.8 Engineering
Fixed slapd cn=config crash on delete (ITS#5343)
Fixed slapd cn=config global acls (ITS#5352)
Fixed slapd str2entry with no attrs (ITS#5308)
Fixed slapd-bdb crash with modrdn (ITS#5358)
Fixed slapd-bdb segv with bdb4.6 (ITS#5322)
Fixed slapd-bdb modrdn to same dn (ITS#5319)
Added slapd-bdb/slapd-hdb DB encryption (ITS#5359)
...
...
servers/slapd/back-bdb/modrdn.c
View file @
8c19dc77
...
...
@@ -739,6 +739,8 @@ retry: /* transaction retry */
}
else
{
rs
->
sr_err
=
LDAP_X_NO_OPERATION
;
ltid
=
NULL
;
/* Only free attrs if they were dup'd. */
if
(
dummy
.
e_attrs
==
e
->
e_attrs
)
dummy
.
e_attrs
=
NULL
;
goto
return_results
;
}
...
...
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