A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via b8875761d2d55fe66ef84e1bc6e026e2c1ff9fbf (commit)
via 99ce8f2a0d91be40c7baef2bb8824aa3a72d803c (commit)
via f75d8ed7f2720bcd0b7e7a1c669fbc1967bce2ed (commit)
via 5c8029dbb34ebbdaecd1cf76bf3dda9b550ed898 (commit)
via f11e4f31ad4037a2dbbefe2a4ca321ba97743cdd (commit)
via 731d484f5c10d1aab1293bb359467c882255fb3c (commit)
from 503561bdc10474838052985ca3305e8987a0d76f (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 b8875761d2d55fe66ef84e1bc6e026e2c1ff9fbf
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 7 17:53:08 2014 -0600
ITS#7761
commit 99ce8f2a0d91be40c7baef2bb8824aa3a72d803c
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 10 18:08:36 2013 -0800
ITS#7761 bail out of search if config is pausing
commit f75d8ed7f2720bcd0b7e7a1c669fbc1967bce2ed
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 7 17:49:11 2014 -0600
ITS#7753
commit 5c8029dbb34ebbdaecd1cf76bf3dda9b550ed898
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 9 01:30:30 2013 -0800
ITS#7753 use $(MAKE) for tests
commit f11e4f31ad4037a2dbbefe2a4ca321ba97743cdd
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 7 17:47:45 2014 -0600
ITS#7759
commit 731d484f5c10d1aab1293bb359467c882255fb3c
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Dec 7 08:36:14 2013 -0800
ITS#7759 avoid assert in parse_passwdpolicy_control
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 7 +++++++
Makefile.in | 2 +-
libraries/libldap/ppolicy.c | 5 +++++
servers/slapd/back-bdb/search.c | 3 +++
servers/slapd/back-mdb/search.c | 3 +++
servers/slapd/back-perl/search.c | 2 +-
servers/slapd/back-sql/search.c | 1 +
7 files changed, 21 insertions(+), 2 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, OPENLDAP_REL_ENG_2_5 has been updated
via 3c45b57c5c6053c833405be223cac61e6b31b67d (commit)
via 9b326b098a4c903983c5cccf20f5047d42029c7d (commit)
via e158d7db4bf5a585c649d05a0f6da8c048d610f5 (commit)
via 13916cd3811fd5ebc7da6fcae019ae1e56fcee98 (commit)
via 5995fd4c3e1630b721fbe20de07bb47c283ebb85 (commit)
via 0ed7fbc7956f5c7edd18233852dd9fea6f5ce7cb (commit)
via c248902276b45e683c5f17a3f7d8ef3b572eaebe (commit)
via 64a06325dad8d1f7a4b4a92603f4f78f3b6db847 (commit)
from 37a120731ee1cfd426c548af387e64093ecb852f (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 3c45b57c5c6053c833405be223cac61e6b31b67d
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Sat Dec 28 16:18:10 2013 +0100
handle softadd/softdel (internal modifications; ITS#7773)
commit 9b326b098a4c903983c5cccf20f5047d42029c7d
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Sat Dec 28 11:03:55 2013 +0100
fix years old cut'n'paste
commit e158d7db4bf5a585c649d05a0f6da8c048d610f5
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Dec 11 14:40:45 2013 +0100
ITS#6758 Add SLAP_OP() &co, contrib:wrap_slap_ops.
Add framework for debug macros SLAP_OP(), slap_be_op(),
slap_bi_op() around LDAP-operation backend calls.
contrib/slapd-tools/wrap_slap_ops converts code to use them.
Code compiles as before by default. #define USE_RS_ASSERT
enables debugging, $NO_RS_ASSERT tweaks it. See slapd/result.c.
commit 13916cd3811fd5ebc7da6fcae019ae1e56fcee98
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Dec 11 14:40:45 2013 +0100
ITS#6758 Rewrite code for contrib:wrap_slap_ops.
Tweak slapd code so wrap_slap_ops can process it: Use pointers
BackendInfo *bi instead of array "func" = &bi->bi_op_bind. In
slapo-chain, keep a slap_operation_t instead of a function ptr.
commit 5995fd4c3e1630b721fbe20de07bb47c283ebb85
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 11 04:41:48 2013 -0800
ITS#7762 shortcut NULL RDNs
commit 0ed7fbc7956f5c7edd18233852dd9fea6f5ce7cb
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 10 18:08:36 2013 -0800
ITS#7761 bail out of search if config is pausing
commit c248902276b45e683c5f17a3f7d8ef3b572eaebe
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 9 01:30:30 2013 -0800
ITS#7753 use $(MAKE) for tests
commit 64a06325dad8d1f7a4b4a92603f4f78f3b6db847
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Dec 7 08:36:14 2013 -0800
ITS#7759 avoid assert in parse_passwdpolicy_control
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
contrib/slapd-tools/README | 5 +
contrib/slapd-tools/wrap_slap_ops | 162 +++++++++++++++++++++++++++++++++++
libraries/libldap/deref.c | 2 +-
libraries/libldap/getdn.c | 2 +-
libraries/libldap/ppolicy.c | 5 +
servers/slapd/back-bdb/search.c | 3 +
servers/slapd/back-ldap/chain.c | 35 ++++----
servers/slapd/back-mdb/search.c | 3 +
servers/slapd/back-perl/search.c | 2 +-
servers/slapd/back-relay/op.c | 6 +-
servers/slapd/back-sql/search.c | 1 +
servers/slapd/backend.c | 63 ++++++++++++++
servers/slapd/backglue.c | 11 +--
servers/slapd/backover.c | 17 ++--
servers/slapd/overlays/constraint.c | 7 ++
servers/slapd/overlays/pcache.c | 7 +-
servers/slapd/proto-slap.h | 10 ++
servers/slapd/result.c | 16 +++-
servers/slapd/slapi/slapi_ops.c | 6 +-
20 files changed, 315 insertions(+), 50 deletions(-)
create mode 100755 contrib/slapd-tools/wrap_slap_ops
---
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, master has been updated
via 752fdfd4455fb0c3784a10f69b16f64c65df78cb (commit)
via 5bda3565a9bfaa6cd54053faeafcc06da15bc00c (commit)
via 6fb561d33ed7be4b37437c5c6e52b27ddd984c4b (commit)
via 88342f96613f0bac47c63351832f84c58843da92 (commit)
via e40dae106424d6b7d6e9fa10f5fd0ee08df76f6d (commit)
via c99525f42ac1fe39ba6aba50ef66bb3c73ff577c (commit)
via 123b6e3c3e8718be878f36f8137bf558a3ca6e9f (commit)
via 21621cc7415886e12f73dc9d9349cedc25ee309b (commit)
via c48cdd7a1669b37bab550712c3c2099fcc1621be (commit)
via 1f191ba930938d6860e68f859fb1eb8374fbe799 (commit)
via ce2a0d4016e1ff194923d70afed3a66850e3afbb (commit)
via 5adc46d1d209237618e8f6a22cf0b1562a729fed (commit)
via 661dd2c66d114a059075b5e771b9ac25c4cba5b9 (commit)
via 75494c08b49c3ef77dce8a00f2bc44c83658c1a7 (commit)
via 46de4ab84c57b417ca2faab38e341154a11d083c (commit)
via 353cc77cffa46113849cb9d74cf882d6b0ddb24a (commit)
via c91f38160cdd2238d46bb0f3a307eb1d807cad41 (commit)
via 4c8f57615c5ca7b014c038e59c1045182e74f5ad (commit)
via a2ed03642ca325cfe7685d6df782f3b363f9e46c (commit)
via 2ce9ffa003ca190c25b68bd5486635a186f967d8 (commit)
via 7e453c97632599a420824c06458353f2a18242aa (commit)
via a58fd16ae5823823567d51c33f7ca07d983255f9 (commit)
via d69d2ce2307e9d0e2167843935c386b05a869c31 (commit)
via 734bc7e6ada2588cddac6a67688421591a895807 (commit)
via a8de10d148e99297c9ce4fba7a6ede053c3d6c74 (commit)
via 6808abe770d916c395a20718571ff843c903af71 (commit)
via c0858e6d93edb062b3f33672c37294c60dfdf069 (commit)
via fcb0d09598ace3b47ef95022d2f3b41f531a7d1f (commit)
via 753356a38a01eb5ec62ee3b0c3f0100e38b4ecf8 (commit)
via e1266bf33174383cec0a1a8a25133cf86bbd51ff (commit)
via 1ffb5e1cba200b0e362d1f7a56f09f8ad8081451 (commit)
from 3be02f83df3cff594f87323f9f3a3fbf3c32a4f8 (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 752fdfd4455fb0c3784a10f69b16f64c65df78cb
Merge: 3be02f8 5bda356
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 7 17:45:08 2014 -0600
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 +-
libraries/liblmdb/lmdb.h | 46 +++-
libraries/liblmdb/mdb.c | 613 +++++++++++++++++++++++++-----------------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 28 ++-
libraries/liblmdb/midl.c | 4 +-
6 files changed, 427 insertions(+), 276 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, OPENLDAP_REL_ENG_2_5 has been updated
via 37a120731ee1cfd426c548af387e64093ecb852f (commit)
via 5bda3565a9bfaa6cd54053faeafcc06da15bc00c (commit)
via 6fb561d33ed7be4b37437c5c6e52b27ddd984c4b (commit)
via 88342f96613f0bac47c63351832f84c58843da92 (commit)
via e40dae106424d6b7d6e9fa10f5fd0ee08df76f6d (commit)
via c99525f42ac1fe39ba6aba50ef66bb3c73ff577c (commit)
via 123b6e3c3e8718be878f36f8137bf558a3ca6e9f (commit)
via 21621cc7415886e12f73dc9d9349cedc25ee309b (commit)
via c48cdd7a1669b37bab550712c3c2099fcc1621be (commit)
via 1f191ba930938d6860e68f859fb1eb8374fbe799 (commit)
via ce2a0d4016e1ff194923d70afed3a66850e3afbb (commit)
via 5adc46d1d209237618e8f6a22cf0b1562a729fed (commit)
via 661dd2c66d114a059075b5e771b9ac25c4cba5b9 (commit)
via 75494c08b49c3ef77dce8a00f2bc44c83658c1a7 (commit)
via 46de4ab84c57b417ca2faab38e341154a11d083c (commit)
via 353cc77cffa46113849cb9d74cf882d6b0ddb24a (commit)
via c91f38160cdd2238d46bb0f3a307eb1d807cad41 (commit)
via 4c8f57615c5ca7b014c038e59c1045182e74f5ad (commit)
via a2ed03642ca325cfe7685d6df782f3b363f9e46c (commit)
via 2ce9ffa003ca190c25b68bd5486635a186f967d8 (commit)
via 7e453c97632599a420824c06458353f2a18242aa (commit)
via a58fd16ae5823823567d51c33f7ca07d983255f9 (commit)
via d69d2ce2307e9d0e2167843935c386b05a869c31 (commit)
via 734bc7e6ada2588cddac6a67688421591a895807 (commit)
via a8de10d148e99297c9ce4fba7a6ede053c3d6c74 (commit)
via 6808abe770d916c395a20718571ff843c903af71 (commit)
via c0858e6d93edb062b3f33672c37294c60dfdf069 (commit)
via fcb0d09598ace3b47ef95022d2f3b41f531a7d1f (commit)
via 753356a38a01eb5ec62ee3b0c3f0100e38b4ecf8 (commit)
via e1266bf33174383cec0a1a8a25133cf86bbd51ff (commit)
via 1ffb5e1cba200b0e362d1f7a56f09f8ad8081451 (commit)
from fe5a757912c877f6805e39dc6fb302a682133463 (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 37a120731ee1cfd426c548af387e64093ecb852f
Merge: fe5a757 5bda356
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 7 17:44:53 2014 -0600
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 +-
libraries/liblmdb/lmdb.h | 46 +++-
libraries/liblmdb/mdb.c | 613 +++++++++++++++++++++++++-----------------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 28 ++-
libraries/liblmdb/midl.c | 4 +-
6 files changed, 427 insertions(+), 276 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, OPENLDAP_REL_ENG_2_4 has been updated
via 503561bdc10474838052985ca3305e8987a0d76f (commit)
via 5bda3565a9bfaa6cd54053faeafcc06da15bc00c (commit)
via 6fb561d33ed7be4b37437c5c6e52b27ddd984c4b (commit)
via 88342f96613f0bac47c63351832f84c58843da92 (commit)
via e40dae106424d6b7d6e9fa10f5fd0ee08df76f6d (commit)
via c99525f42ac1fe39ba6aba50ef66bb3c73ff577c (commit)
via 123b6e3c3e8718be878f36f8137bf558a3ca6e9f (commit)
via 21621cc7415886e12f73dc9d9349cedc25ee309b (commit)
via c48cdd7a1669b37bab550712c3c2099fcc1621be (commit)
via 1f191ba930938d6860e68f859fb1eb8374fbe799 (commit)
via ce2a0d4016e1ff194923d70afed3a66850e3afbb (commit)
via 5adc46d1d209237618e8f6a22cf0b1562a729fed (commit)
via 661dd2c66d114a059075b5e771b9ac25c4cba5b9 (commit)
via 75494c08b49c3ef77dce8a00f2bc44c83658c1a7 (commit)
via 46de4ab84c57b417ca2faab38e341154a11d083c (commit)
via 353cc77cffa46113849cb9d74cf882d6b0ddb24a (commit)
via c91f38160cdd2238d46bb0f3a307eb1d807cad41 (commit)
via 4c8f57615c5ca7b014c038e59c1045182e74f5ad (commit)
via a2ed03642ca325cfe7685d6df782f3b363f9e46c (commit)
via 2ce9ffa003ca190c25b68bd5486635a186f967d8 (commit)
via 7e453c97632599a420824c06458353f2a18242aa (commit)
via a58fd16ae5823823567d51c33f7ca07d983255f9 (commit)
via d69d2ce2307e9d0e2167843935c386b05a869c31 (commit)
via 734bc7e6ada2588cddac6a67688421591a895807 (commit)
via a8de10d148e99297c9ce4fba7a6ede053c3d6c74 (commit)
via 6808abe770d916c395a20718571ff843c903af71 (commit)
via c0858e6d93edb062b3f33672c37294c60dfdf069 (commit)
via fcb0d09598ace3b47ef95022d2f3b41f531a7d1f (commit)
via 753356a38a01eb5ec62ee3b0c3f0100e38b4ecf8 (commit)
via e1266bf33174383cec0a1a8a25133cf86bbd51ff (commit)
via 1ffb5e1cba200b0e362d1f7a56f09f8ad8081451 (commit)
from 28e182d7a7c7c9e13c1d8ac8698613254ca7eb39 (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 503561bdc10474838052985ca3305e8987a0d76f
Merge: 28e182d 5bda356
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 7 17:44:34 2014 -0600
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 +-
libraries/liblmdb/lmdb.h | 46 +++-
libraries/liblmdb/mdb.c | 613 +++++++++++++++++++++++++-----------------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 28 ++-
libraries/liblmdb/midl.c | 4 +-
6 files changed, 427 insertions(+), 276 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 5bda3565a9bfaa6cd54053faeafcc06da15bc00c (commit)
via 6fb561d33ed7be4b37437c5c6e52b27ddd984c4b (commit)
via 88342f96613f0bac47c63351832f84c58843da92 (commit)
via e40dae106424d6b7d6e9fa10f5fd0ee08df76f6d (commit)
via c99525f42ac1fe39ba6aba50ef66bb3c73ff577c (commit)
from 123b6e3c3e8718be878f36f8137bf558a3ca6e9f (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 5bda3565a9bfaa6cd54053faeafcc06da15bc00c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Jan 6 23:21:54 2014 +0100
ITS#7775 Drop <assert.h>, drop/replace assert()s.
db_mid2l_insert(): Move assert to mdb.c.
mdb_cursor_set(): Previous assert cannot fail now.
mdb_cursor_put(): Check mc/key and return EINVAL.
mdb_cursor_dbi(): No error return, so just segfault if cursor==NULL.
commit 6fb561d33ed7be4b37437c5c6e52b27ddd984c4b
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jan 6 23:21:44 2014 +0100
ITS#7775 Cleanup mdb_node_del()
commit 88342f96613f0bac47c63351832f84c58843da92
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Jan 6 23:17:38 2014 +0100
ITS#7775 Add mdb_env_set_assert()
commit e40dae106424d6b7d6e9fa10f5fd0ee08df76f6d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Jan 6 23:17:38 2014 +0100
Add mdb_env_<set,get>_userctx()
commit c99525f42ac1fe39ba6aba50ef66bb3c73ff577c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Jan 6 23:17:37 2014 +0100
ITS#7377 Invalidate txn on page-allocation errors
This should likely be reverted when all callers handle these errors.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 32 +++++++
libraries/liblmdb/mdb.c | 213 +++++++++++++++++++++++++++++++--------------
libraries/liblmdb/midl.c | 2 -
3 files changed, 179 insertions(+), 68 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 123b6e3c3e8718be878f36f8137bf558a3ca6e9f (commit)
via 21621cc7415886e12f73dc9d9349cedc25ee309b (commit)
from c48cdd7a1669b37bab550712c3c2099fcc1621be (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 123b6e3c3e8718be878f36f8137bf558a3ca6e9f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jan 5 16:37:26 2014 +0100
Wrap __func__ in mdb_func_
commit 21621cc7415886e12f73dc9d9349cedc25ee309b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jan 5 16:26:21 2014 +0100
Invalidate the txn on corruption/internal errors
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 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 c48cdd7a1669b37bab550712c3c2099fcc1621be (commit)
from 1f191ba930938d6860e68f859fb1eb8374fbe799 (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 c48cdd7a1669b37bab550712c3c2099fcc1621be
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jan 3 12:40:28 2014 -0800
ITS#7775 cleanup unnecessary assert()s
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 24 +++++++++++-------------
1 files changed, 11 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 1f191ba930938d6860e68f859fb1eb8374fbe799 (commit)
from ce2a0d4016e1ff194923d70afed3a66850e3afbb (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 1f191ba930938d6860e68f859fb1eb8374fbe799
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Dec 31 02:16:19 2013 +0100
mdb_page_malloc(): Move VGMEMP_ALLOC before memset
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git