mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 05:09:14 +00:00
fixed previous attempted fix for --exclude bug
This commit is contained in:
@@ -1732,7 +1732,6 @@ int hostInExclude(struct sockaddr *checksock, size_t checksocklen,
|
||||
return 1;
|
||||
}
|
||||
else {
|
||||
exclude_group[i++].rewind();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user