From fe6c6d63934324c4ae45dbb537b0ef2422e1dae0 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 25 Apr 2024 10:01:53 +0300 Subject: [PATCH] nfqws: fix out-of-process autohostlist file change to empty state --- nfq/hostlist.c | 1 + 1 file changed, 1 insertion(+) 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);