A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 17f1e32b65c332f7a33b77ebe6e20b47188a88aa (commit) from 6c5b7f75836f269cab23e138394c5c4feaf9c13a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 17f1e32b65c332f7a33b77ebe6e20b47188a88aa Author: Nadezhda Ivanova nivanova@symas.com Date: Wed Nov 22 13:44:07 2017 +0200
ITS#8841 Fix an assertion error in back-meta when network interface is unavailable
Because an API error code was assigned to sr_err, on network error back-meta would cause an assert error at result.c: 830
assert( !LDAP_API_ERROR( rs->sr_err ) );
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-meta/search.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)