mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
nfqws: minor regression
This commit is contained in:
parent
48901d29d3
commit
7dc122edc1
@ -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;
|
||||||
|
@ -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…
Reference in New Issue
Block a user