1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Correct a false comment

This commit is contained in:
dmiller
2018-10-19 20:31:24 +00:00
parent 63bdb220bf
commit e6d63e65a3

View File

@@ -172,8 +172,7 @@ public:
Target *next_target();
};
/* Ports is the list of ports the user asked to be scanned (0 terminated),
you can just pass NULL (it is only a stupid optimization that needs it) */
/* ports is used to pass information about what ports to use for host discovery */
Target *nexthost(HostGroupState *hs,const addrset *exclude_group,
struct scan_lists *ports, int pingtype);
int load_exclude_file(addrset *exclude_group, FILE *fp);