diff --git a/nfq/hostlist.c b/nfq/hostlist.c index c9163f5..d0a2850 100644 --- a/nfq/hostlist.c +++ b/nfq/hostlist.c @@ -167,6 +167,7 @@ bool HostlistCheck(const char *host, bool *excluded) exit(1); } params.hostlist_auto_mod_time = t; + NonEmptyHostlist(¶ms.hostlist); } } return HostlistCheck_(params.hostlist, params.hostlist_exclude, host, excluded);