]> git.ipfire.org Git - thirdparty/openldap.git/commit
mdb_dbi_open tweak
authorHoward Chu <hyc@openldap.org>
Thu, 31 Aug 2017 14:11:54 +0000 (15:11 +0100)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 12:05:55 +0000 (13:05 +0100)
commite4cf950264d740c163fff34f2f9017ace1847d09
tree0185932f879ab42160158b2736289e253f587079
parent3585a1eb977326c7e178c53f4eef1fdc81b46e63
mdb_dbi_open tweak

Always save the terminating NUL of the incoming DB name
Stop using the old mdb_open/mdb_close function names
 .. should consider renaming mdb_stat/mdb_drop to mdb_dbi_... too.
libraries/liblmdb/mdb.c
libraries/liblmdb/mdb_dump.c
libraries/liblmdb/mdb_load.c
libraries/liblmdb/mdb_stat.c