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

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,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);
} }