1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-01 11:22:57 +03:00

mdig : missing break. hosts were resolved 2 times

This commit is contained in:
bolvan 2019-05-20 17:45:48 +03:00
parent dcd1116fef
commit 7504f697ce
9 changed files with 1 additions and 1 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,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);
} }