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 99e22a4366469c2675f65acf28a0d8f8fbd38f14 (commit) from 7c6b599de6d7c0e10aa8bf6920ca07d94605e8c2 (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 99e22a4366469c2675f65acf28a0d8f8fbd38f14 Author: Howard Chu hyc@openldap.org Date: Sun Jun 23 19:13:52 2013 -0700
ITS#7628 fix back-mdb txn refcount
If multiple ops used the same opinfo the refcount wasn't being decremented
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/add.c | 2 ++ servers/slapd/back-mdb/bind.c | 2 ++ servers/slapd/back-mdb/compare.c | 2 ++ servers/slapd/back-mdb/delete.c | 2 ++ servers/slapd/back-mdb/id2entry.c | 3 ++- servers/slapd/back-mdb/modify.c | 2 ++ servers/slapd/back-mdb/modrdn.c | 2 ++ servers/slapd/back-mdb/operational.c | 2 ++ servers/slapd/back-mdb/referral.c | 2 ++ servers/slapd/back-mdb/search.c | 2 ++ 10 files changed, 20 insertions(+), 1 deletions(-)