Browse Source

nfqws: minor regression

pull/666/head
bol-van 6 months ago
parent
commit
af6a01f56d
  1. 2
      nfq/hostlist.c
  2. 2
      nfq/ipset.c

2
nfq/hostlist.c

@ -78,7 +78,7 @@ bool AppendHostList(strpool **hostlist, const char *filename)
else
{
DLOG_CONDUP("loading plain text list\n");
while (fgets(s, sizeof(s), F))
{
p = s;

2
nfq/ipset.c

@ -98,7 +98,7 @@ static bool AppendIpset(ipset *ips, const char *filename)
else
{
DLOG_CONDUP("loading plain text list\n");
while (fgets(s, sizeof(s)-1, F))
{
p = s;

Loading…
Cancel
Save