From: Jonathan McDowell Date: Sat, 23 Oct 2004 16:58:31 +0000 (+0000) Subject: Move dumpdb over to using iterate_keys. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/3dcacadf03a7cf272f1618b981b08121504e131a?hp=3dcacadf03a7cf272f1618b981b08121504e131a Move dumpdb over to using iterate_keys. iterate_keys provides a generic way to do stuff with every key in the DB, so use it instead for dumping the database and remove the old dumpdb function. ---