Stop silently catching exceptions when config load fails.
authorCarl Hetherington <cth@carlh.net>
Tue, 12 Jul 2016 22:32:13 +0000 (23:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 12 Jul 2016 22:32:13 +0000 (23:32 +0100)
commitcf2146fef7540dc5349d7ac3672da0d3bfa971c0
tree684845d8a73a1e0e27a28201b45e7594cb0b6421
parent8a7c6c1b3f8c25613019ff074d5b0c266f4e964c
Stop silently catching exceptions when config load fails.

I'm not sure why this was added, but it could hide serious
problems during config load: especially failures to load/create
_signer_chain which has been seen in the wild several times.
src/lib/config.cc