Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
91ff00a4
Commit
91ff00a4
authored
Jun 10, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6569
parent
65f40d9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
91ff00a4
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.23 Engineering
Fixed libldap to return server's error code (ITS#6569)
Fixed libldap memleaks (ITS#6568)
Fixed liblutil off-by-one with delta (ITS#6541)
Fixed slapd syncrepl rid logging (ITS#6533)
...
...
libraries/libldap/result.c
View file @
91ff00a4
...
...
@@ -994,6 +994,7 @@ nextresp2:
/* need to return -1, because otherwise
* a valid result is expected */
ld
->
ld_errno
=
lderr
;
return
-
1
;
}
}
...
...
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