libknot/lmdb: tiny fix in lmdb del()
- May 20, 2021
-
-
Vladimír Čunát authored
Passing the data means to only delete the data that matches, which is not what we wanted to do here. The only luck has been that LMDB ignores this parameter when MDB_DUPSORT isn't in use, but for example the mdbx for does not.
-