Exits now if reading config fails.

FossilOrigin-Name: 4879b9ac8d498f435164e1ff2bc6edf1f9ee547178701738e7e91294fe6a4569
This commit is contained in:
7u83@mail.ru 2018-02-18 20:46:45 +00:00
parent f20fbbbe88
commit ede2b75f2a
1 changed files with 2 additions and 1 deletions

View File

@ -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 */