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 d87ee20e0bf7fc751f75412082df307647165d56 (commit)
via 3dd2d207d7e2cdd0fe040b919be56a1e23851aea (commit)
via cdcf9da600a5ffce71b8dba212c33b3e72bdbb8c (commit)
from 26e226b2a8cdba4208eabca394537900c4eda3b3 (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 d87ee20e0bf7fc751f75412082df307647165d56
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Sep 6 17:56:13 2016 +0200
Clean up strange fcntl result check
...and check !MDB_CLOEXEC in an 'if' rather than '#if'
to match its non-zero usage.
commit 3dd2d207d7e2cdd0fe040b919be56a1e23851aea
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Sep 6 17:48:31 2016 +0200
Drop spurious Errcode() call
commit cdcf9da600a5ffce71b8dba212c33b3e72bdbb8c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Sep 6 17:41:02 2016 +0200
ITS#7682 F_NOCACHE: Allow error, skip any O_DIRECT
We can run without F_NOCACHE if it fails. And we do not know
what combining it with O_DIRECT means, if a system has both.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 26e226b2a8cdba4208eabca394537900c4eda3b3 (commit)
from 45a88275d2a410e683bae4ef44881e0f55fa3c4d (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 26e226b2a8cdba4208eabca394537900c4eda3b3
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 3 09:41:30 2016 +0200
Silence warning for initializer "mdb_copy my = {0}"
1st struct member was not a scalar.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git