1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

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

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