]> the.earth.li Git - onak.git/commitdiff
Don't end an existing transaction if trying to delete a non-existent key
authorJonathan McDowell <noodles@earth.li>
Wed, 20 Nov 2013 02:44:39 +0000 (18:44 -0800)
committerJonathan McDowell <noodles@earth.li>
Wed, 20 Nov 2013 02:44:39 +0000 (18:44 -0800)
The DB4 key deletion routine would always exit the current transaction
if the key wasn't found, even if it had been called by another function
which had entered the transaction. Only do so if the deletion routine
itself is what caused the transaction to be started.


No differences found