]> git.sur5r.net Git - openldap/commit
Clean up and comment C_UNTRACK
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 10 Dec 2016 20:42:39 +0000 (21:42 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 10 Dec 2016 20:42:39 +0000 (21:42 +0100)
commitd78c80d902e3b508b6d118c975a6c6a8d9782f40
tree38cb90f1c04a2e47d166ed9fda826629217f4ca0
parent1fb0822b408931f7e0d7d0a868b833a89c83b27f
Clean up and comment C_UNTRACK

Don't use it as a "cursor is tracked" hint in mdb_pages_xkeep().
It's been harmless so far, but would break after mdb_cursor_copy().
Checking m0 directly short-circuits better anyway.
libraries/liblmdb/mdb.c