Skip to content
Snippets Groups Projects
Commit 91ff00a4 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6569

parent 65f40d9e
No related branches found
No related tags found
No related merge requests found
OpenLDAP 2.4 Change Log OpenLDAP 2.4 Change Log
OpenLDAP 2.4.23 Engineering OpenLDAP 2.4.23 Engineering
Fixed libldap to return server's error code (ITS#6569)
Fixed libldap memleaks (ITS#6568) Fixed libldap memleaks (ITS#6568)
Fixed liblutil off-by-one with delta (ITS#6541) Fixed liblutil off-by-one with delta (ITS#6541)
Fixed slapd syncrepl rid logging (ITS#6533) Fixed slapd syncrepl rid logging (ITS#6533)
......
...@@ -994,6 +994,7 @@ nextresp2: ...@@ -994,6 +994,7 @@ nextresp2:
/* need to return -1, because otherwise /* need to return -1, because otherwise
* a valid result is expected */ * a valid result is expected */
ld->ld_errno = lderr;
return -1; return -1;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment