Exits now if reading config fails.
FossilOrigin-Name: 4879b9ac8d498f435164e1ff2bc6edf1f9ee547178701738e7e91294fe6a4569
This commit is contained in:
parent
f20fbbbe88
commit
ede2b75f2a
@ -102,7 +102,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
cw_log_name = "AC-Tube";
|
||||
|
||||
read_config("ac.conf");
|
||||
if (!read_config("ac.conf"))
|
||||
return 1;
|
||||
|
||||
|
||||
/* Show debug options if there are any set */
|
||||
|
Loading…
Reference in New Issue
Block a user