Quit on database connection failure 93/head
authorMichael Marley <michael@michaelmarley.com>
Tue, 16 Sep 2014 23:29:12 +0000 (19:29 -0400)
committerMichael Marley <michael@michaelmarley.com>
Tue, 16 Sep 2014 23:34:13 +0000 (19:34 -0400)
commit8166d1701686588630cae9b44310790d084f8fd7
tree1f55950816ac77c52c9be1214b3f06a305ab32e3
parent13db1eb09783ab2220c6609844ef32ad0be75945
Quit on database connection failure

Previously, if a Quasselcore was configured to use PostgreSQL but
the PostgreSQL connection failed on startup, it would come up
unconfigured with SQLite.  This patch makes the Quasselcore quit
with a fatal error instead.
src/core/core.cpp