]> the.earth.li Git - onak.git/commit
Exit on failure to initialise a dynamic DB backend
authorJonathan McDowell <noodles@earth.li>
Wed, 31 Jul 2019 18:08:37 +0000 (19:08 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 31 Jul 2019 18:08:37 +0000 (19:08 +0100)
commit1a9c2d7545a4bafd7a601a8983192c4861d89c68
tree0de4c727d94192e190775dc4d914f90cb6c41cf6
parent4baef3532b82bcaaa1aecc376b7e63e8a20d8bf7
Exit on failure to initialise a dynamic DB backend

The dynamic DB backend does a lot of checks to ensure it can load the
requested backend successfully, but didn't actually check that it
initialised correctly. Bomb out with a graceful error message if this
happens rather than leading the caller to think everything is ok.
keydb_dynamic.c