1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 19:49:11 +00:00

Fix a comment that was probably mistyped.

This commit is contained in:
david
2009-11-26 19:50:26 +00:00
parent 971a11f3fe
commit d2519e4e12

View File

@@ -1040,8 +1040,8 @@ void idle_scan(Target *target, u16 *portarray, int numports,
Snprintf(additional_info, sizeof(additional_info), "%d ports", numports);
SPM.endTask(NULL, additional_info);
/* Now we go through the ports which were not determined were scanned
but not determined to be open, and add them in the "closed" state */
/* Now we go through the ports which were scanned but not determined
to be open, and add them in the "closed" state */
for(portidx = 0; portidx < numports; portidx++) {
if (target->ports.getPortEntry(portarray[portidx], IPPROTO_TCP) == NULL) {
target->ports.addPort(portarray[portidx], IPPROTO_TCP, PORT_CLOSEDFILTERED);