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 b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (commit) from dc7f2530dd0fca5f9030e1d457306674f6cd6966 (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 b4ecbd78d9d153f653eb338ce34d553c4c96fb65 Author: Howard Chu hyc@symas.com Date: Wed Jun 18 12:29:13 2014 -0700
Fix some overwrite quirks
Was skipping the overwrite in some cases, if the cmp function said the new and old already matched. We should always perform the overwrite anyway, since the cmp function may only be doing a prefix compare and the data may actually be different.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)