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

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.

View File

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