A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 56a41d87d42568328413f6e2a6197c2ae0dc67bd (commit) from 8ae56c34d537f93d6dc2e7f84fa45d09b42f05ac (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 56a41d87d42568328413f6e2a6197c2ae0dc67bd Author: Howard Chu hyc@symas.com Date: Sun Jul 14 08:20:18 2013 -0700
Fix stale sub-cursor C_INIT flag
Whenever we enter cursor_set() the sub-cursor's flag must be cleared. If the new cursor position has valid subdata it will be initialized again, if not then the sub-cursor has nothing to point to.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)