Don't terminate the core due to backend issues while setting up
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 6 Apr 2018 16:43:26 +0000 (18:43 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 6 Apr 2018 16:43:26 +0000 (18:43 +0200)
If the storage backend selected by the user during core setup cannot
be initialized, the problem shall be communicated to the client and
the user can start over; the core shall not exit in this case.
Ensure that failure to initialize the selected backend only terminates
the core if it's not being setup.


No differences found