]> git.sur5r.net Git - openldap/commit
Cleanup for TLS key and read-only filesystem.
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 18 Apr 2013 02:15:13 +0000 (04:15 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 18 Apr 2013 02:15:13 +0000 (04:15 +0200)
commitce6335b0d92043622c812061a7968e8f080ef5d3
tree9f74ebebee6db898982813871d453306f3076f94
parent65a6542765dd734421b401d23053bc6d6710348c
Cleanup for TLS key and read-only filesystem.

Move key init into mdb_env_setup_locks().
Don't create unused TLS key when read-only filesystem.
Drop internal flag MDB_ROFS, we can instead test either
!me_txns, !mt_u.reader or me_lfd==INVALID_HANDLE_VALUE.
libraries/liblmdb/mdb.c