Browse Source

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

pull/193/head
bol-van 12 months ago
parent
commit
fe6c6d6393
  1. 1
      nfq/hostlist.c

1
nfq/hostlist.c

@ -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);

Loading…
Cancel
Save