nfqws: minor regression

This commit is contained in:
bol-van 2024-10-16 14:26:09 +03:00
parent a371ca6ea2
commit af6a01f56d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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