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
250127eb
Commit
250127eb
authored
Jan 03, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6719
parent
47d401ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
250127eb
...
...
@@ -26,6 +26,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapd modify to return actual error (ITS#6581)
Fixed slapd sortvals of attributes with 1 value (ITS#6715)
Fixed slapd syncrepl reuse of presence list (ITS#6707)
Fixed slapd syncrepl unitialized return code (ITS#6719)
Fixed slapd-bdb hasSubordinates generation (ITS#6712)
Fixed slapd-bdb entry cache delete failure (ITS#6577)
Fixed slapd-bdb error propogation to overlays (ITS#6633)
...
...
servers/slapd/syncrepl.c
View file @
250127eb
...
...
@@ -2915,7 +2915,7 @@ syncrepl_add_glue_ancestors(
Backend
*
be
=
op
->
o_bd
;
slap_callback
cb
=
{
NULL
};
Attribute
*
a
;
int
rc
;
int
rc
=
LDAP_SUCCESS
;
int
suffrdns
;
int
i
;
struct
berval
dn
=
BER_BVNULL
;
...
...
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