nfqws: fix out-of-process autohostlist file change to empty state

This commit is contained in:
bol-van 2024-04-25 10:01:53 +03:00
parent 21ce641ebf
commit fe6c6d6393

View File

@ -167,6 +167,7 @@ bool HostlistCheck(const char *host, bool *excluded)
exit(1);
}
params.hostlist_auto_mod_time = t;
NonEmptyHostlist(&params.hostlist);
}
}
return HostlistCheck_(params.hostlist, params.hostlist_exclude, host, excluded);