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 141a43c1ee1bce788459353e68653dd3b242ff24 (commit) from 0f1522418ebb621affa4aa819c7e4241deb4f015 (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 141a43c1ee1bce788459353e68653dd3b242ff24 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Sep 12 15:58:43 2011 +0200
Tweak back-mdb integer types to match libmdb.
Also do not cast between berval and MDB_val. That breaks when sizeof(berval.bv_len) != sizeof(MDB_val.mv_size).
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/attr.c | 13 +++++++++---- servers/slapd/back-mdb/config.c | 2 +- servers/slapd/back-mdb/dn2id.c | 2 +- servers/slapd/back-mdb/idl.c | 2 +- servers/slapd/back-mdb/index.c | 3 ++- 5 files changed, 14 insertions(+), 8 deletions(-)