]> git.sur5r.net Git - openldap/commit
Note functions which must set MDB_TXN_ERROR on failure
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 7 Dec 2016 17:55:21 +0000 (18:55 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 7 Dec 2016 17:55:21 +0000 (18:55 +0100)
commit72f875b48a0f9c588e4f26828f18c547525a507d
tree8dd7f69b8618007b7ceeb14fedf28b31481f82c4
parent08e4684d37b45cff97ea0ba17573165a63fb622c
Note functions which must set MDB_TXN_ERROR on failure

Other functions depend on them to do so.
For mdb_node_read(), instead remove such a dependence.
libraries/liblmdb/mdb.c