nfqws,tpws: check list files accessibility after all params are parsed

This commit is contained in:
bol-van
2025-05-04 22:01:00 +03:00
parent bda4226162
commit a426ea6dad
4 changed files with 10 additions and 0 deletions

View File

@@ -1638,6 +1638,9 @@ void parse_params(int argc, char *argv[])
}
#endif
if (!test_list_files())
exit_clean(1);
if (!LoadAllHostLists())
{
DLOG_ERR("hostlists load failed\n");