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 4001eb054f234543be845d50a49cfe8787f8f0a3 (commit) from 528b256e09e27c016692e8c5e2d9afe4327db77e (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 4001eb054f234543be845d50a49cfe8787f8f0a3 Author: Howard Chu hyc@openldap.org Date: Tue Jan 26 13:28:17 2016 +0000
ITS#8360 fix ad info after failed txn
If an add or modify op referenced a previously unused attrtype, the mi_ads/mi_numads would be incremented to include it. If the op fails to commit, these additions must also be reverted.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/add.c | 4 ++++ servers/slapd/back-mdb/modify.c | 5 +++++ servers/slapd/back-mdb/tools.c | 2 ++ 3 files changed, 11 insertions(+)