1
0
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:
fyodor
2005-11-27 23:08:29 +00:00
parent 0d32ed3592
commit 68fcbbe1cf

View File

@@ -1732,7 +1732,6 @@ int hostInExclude(struct sockaddr *checksock, size_t checksocklen,
return 1;
}
else {
exclude_group[i++].rewind();
break;
}
}