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
32701cd9
Commit
32701cd9
authored
Feb 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5358
parent
7f14d39a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
32701cd9
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.3 Change Log
OpenLDAP 2.3.41 Engineering
Fixed syncrepl propagation of errors (ITS#5282)
Fixed crash when no-op control is used (ITS#5358)
OpenLDAP 2.3.40 Release (2007/12/25)
Fixed slapd include handling (ITS#5276)
...
...
servers/slapd/back-bdb/modrdn.c
View file @
32701cd9
...
...
@@ -729,6 +729,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