From: Jonathan McDowell Date: Mon, 19 Jun 2006 21:01:55 +0000 (+0000) Subject: Gracefully exit if no backend defined. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/91a98f43c64a6f8c76efb78b8301efaf9c6db1fe?ds=sidebyside;hp=91a98f43c64a6f8c76efb78b8301efaf9c6db1fe 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. ---