From: Jonathan McDowell Date: Mon, 2 Apr 2012 00:24:18 +0000 (-0700) Subject: Add missing initialisation of DB4 cursor for skshash when deleting key X-Git-Tag: onak-0.4.1~6 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=b5ff00f53ac25452bd2d074b21b2eb36ea345d4a;hp=b5ff00f53ac25452bd2d074b21b2eb36ea345d4a;p=onak.git Add missing initialisation of DB4 cursor for skshash when deleting key We were trying to use the id32db cursor which had already been closed. ---