mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 18:09:01 +00:00
about to apply Doug DNS fix patch
This commit is contained in:
@@ -232,7 +232,7 @@ int TargetGroup::parse_expr(const char * const target_expr, int af) {
|
||||
else if (*r != '*' && *r != ',' && *r != '-' && !isdigit((int)*r))
|
||||
fatal("Invalid character in host specification. Note in particular that square brackets [] are no longer allowed. They were redundant and can simply be removed.");
|
||||
}
|
||||
if (i != 3) fatal("Target host specification is illegal -- not enough dots in IP");
|
||||
if (i != 3) fatal("Invalid target host specification: %s", target_expr);
|
||||
|
||||
for(i=0; i < 4; i++) {
|
||||
j=0;
|
||||
|
||||
Reference in New Issue
Block a user