mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
mdig : missing break. hosts were resolved 2 times
This commit is contained in:
parent
dcd1116fef
commit
7504f697ce
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -163,8 +163,8 @@ static void *t_resolver(void *arg)
|
|||||||
print_addrinfo(result);
|
print_addrinfo(result);
|
||||||
freeaddrinfo(result);
|
freeaddrinfo(result);
|
||||||
is_ok=1;
|
is_ok=1;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
stat_plus(is_ok);
|
stat_plus(is_ok);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user