1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

approaching 4.04

This commit is contained in:
fyodor
2006-05-27 08:57:03 +00:00
parent 42a7e0486c
commit 0a392843a3
6 changed files with 37 additions and 5 deletions

View File

@@ -209,7 +209,7 @@ int TargetGroup::parse_expr(const char * const target_expr, int af) {
if (count > 1)
error("Warning: Hostname %s resolves to %d IPs. Using %s.", target_net, count, inet_ntoa(*((struct in_addr *)target->h_addr_list[0])));
} else {
fprintf(stderr, "Failed to resolve given hostname/IP: %s. Note that you can't use '/mask' AND '[1-4,7,100-]' style IP ranges\n", target_net);
fprintf(stderr, "Failed to resolve given hostname/IP: %s. Note that you can't use '/mask' AND '1-4,7,100-' style IP ranges\n", target_net);
free(hostexp);
return 1;
}