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 67a65ec701152780522ce6b07d8bdb73f4de4145 (commit) from 7c2951819fe924ce69413be58f64c501d60202c2 (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 67a65ec701152780522ce6b07d8bdb73f4de4145 Author: Leo Yuriev leo@yuriev.ru Date: Sun Jan 4 07:41:04 2015 +0000
ITS#8011: few corrections for lmdb-backend;
dn2id.c: + assertion for mdb_id2l_insert() result; - unnecessary assignment;
search.c: - unused variable 'first'; + range-check for mdb_idl_search() result;
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/dn2id.c | 8 +++++--- servers/slapd/back-mdb/search.c | 3 +-- 2 files changed, 6 insertions(+), 5 deletions(-)