mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
AI and manual fixes
This commit is contained in:
@@ -1169,7 +1169,7 @@ static bool parse_ip_list(char *opt, ipset *pp)
|
||||
|
||||
static bool parse_strlist(char *opt, struct str_list_head *list)
|
||||
{
|
||||
char *e, *p = optarg;
|
||||
char *e, *p = opt;
|
||||
while (p)
|
||||
{
|
||||
e = strchr(p, ',');
|
||||
|
||||
Reference in New Issue
Block a user