1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-02 11:52:58 +03:00

mdig : missing break. hosts were resolved 2 times

This commit is contained in:
bolvan 2019-05-20 17:36:43 +03:00
parent 9b91c3430c
commit dcd1116fef
9 changed files with 1 additions and 0 deletions
binaries
aarch64
armhf
mips32r1-lsb
mips32r1-msb
mips64r2-msb
ppc
x86
x86_64
mdig

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,6 +163,7 @@ static void *t_resolver(void *arg)
print_addrinfo(result);
freeaddrinfo(result);
is_ok=1;
break;
}
}
stat_plus(is_ok);