mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-29 21:40:52 +03:00
nfqws: fix out-of-process autohostlist file change to empty state
This commit is contained in:
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(¶ms.hostlist);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return HostlistCheck_(params.hostlist, params.hostlist_exclude, host, excluded);
|
return HostlistCheck_(params.hostlist, params.hostlist_exclude, host, excluded);
|
||||||
|
Loading…
Reference in New Issue
Block a user