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 else
{ {
DLOG_CONDUP("loading plain text list\n"); DLOG_CONDUP("loading plain text list\n");
while (fgets(s, sizeof(s), F)) while (fgets(s, sizeof(s), F))
{ {
p = s; p = s;

2
nfq/ipset.c

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

Loading…
Cancel
Save