]> git.sur5r.net Git - openldap/commit
ITS#8360 fix ad info after failed txn
authorHoward Chu <hyc@openldap.org>
Tue, 26 Jan 2016 13:28:17 +0000 (13:28 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 26 Jan 2016 13:33:24 +0000 (13:33 +0000)
commit4001eb054f234543be845d50a49cfe8787f8f0a3
tree41844010303e39faad5e03ebd44dbcc9c7f93cd7
parent528b256e09e27c016692e8c5e2d9afe4327db77e
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.
servers/slapd/back-mdb/add.c
servers/slapd/back-mdb/modify.c
servers/slapd/back-mdb/tools.c