mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-28 04:10:34 +05:00
nfqws: minor regression
This commit is contained in:
parent
a371ca6ea2
commit
af6a01f56d
@ -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