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 9c49ef1d711dbb5e73f26759ce9ec67740741c5a (commit) from 76d31573a40ba8fe27be6cf3a68230c363119bdf (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 9c49ef1d711dbb5e73f26759ce9ec67740741c5a Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Aug 10 13:50:10 2013 +0200
Avoid compiling debug args with C90 compilers.
Use double DPRINTF() parenthesis, so varargs macros are not needed. Parenthesize MDB_DEBUG, in case the user defines it as foo || bar.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 291 +++++++++++++++++++++++------------------------ 1 files changed, 145 insertions(+), 146 deletions(-)