Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dragoș Haiduc
OpenLDAP
Commits
8c19dc77
Commit
8c19dc77
authored
17 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#5358
parent
16e54007
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+1
-0
1 addition, 0 deletions
CHANGES
servers/slapd/back-bdb/modrdn.c
+2
-0
2 additions, 0 deletions
servers/slapd/back-bdb/modrdn.c
with
3 additions
and
0 deletions
CHANGES
+
1
−
0
View file @
8c19dc77
...
@@ -25,6 +25,7 @@ OpenLDAP 2.4.8 Engineering
...
@@ -25,6 +25,7 @@ OpenLDAP 2.4.8 Engineering
Fixed slapd cn=config crash on delete (ITS#5343)
Fixed slapd cn=config crash on delete (ITS#5343)
Fixed slapd cn=config global acls (ITS#5352)
Fixed slapd cn=config global acls (ITS#5352)
Fixed slapd str2entry with no attrs (ITS#5308)
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 segv with bdb4.6 (ITS#5322)
Fixed slapd-bdb modrdn to same dn (ITS#5319)
Fixed slapd-bdb modrdn to same dn (ITS#5319)
Added slapd-bdb/slapd-hdb DB encryption (ITS#5359)
Added slapd-bdb/slapd-hdb DB encryption (ITS#5359)
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/back-bdb/modrdn.c
+
2
−
0
View file @
8c19dc77
...
@@ -739,6 +739,8 @@ retry: /* transaction retry */
...
@@ -739,6 +739,8 @@ retry: /* transaction retry */
}
else
{
}
else
{
rs
->
sr_err
=
LDAP_X_NO_OPERATION
;
rs
->
sr_err
=
LDAP_X_NO_OPERATION
;
ltid
=
NULL
;
ltid
=
NULL
;
/* Only free attrs if they were dup'd. */
if
(
dummy
.
e_attrs
==
e
->
e_attrs
)
dummy
.
e_attrs
=
NULL
;
goto
return_results
;
goto
return_results
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment