]> the.earth.li Git - onak.git/commit
Gracefully exit if no backend defined.
authorJonathan McDowell <noodles@earth.li>
Mon, 19 Jun 2006 21:01:55 +0000 (21:01 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 19 Jun 2006 21:01:55 +0000 (21:01 +0000)
commit91a98f43c64a6f8c76efb78b8301efaf9c6db1fe
treee721fa8ff95f361c6fe08176b4b528c612beb6cb
parent4684b822bc8582622c7ea849aa61665af48a695a
Gracefully exit if no backend defined.
If no backend was defined we were attempting to strlen a NULL string,
which isn't sensible. Gracefully exit with a critical error instead.
keydb_dynamic.c