mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
getting close to 3.82.SOC2 release
This commit is contained in:
@@ -1281,7 +1281,7 @@ static int get_next_target_probe(UltraScanInfo *USI, HostScanStats *hss,
|
||||
return -1;
|
||||
pspec->type = probespec::PS_UDP;
|
||||
|
||||
pspec->portno = USI->ports->tcp_ports[hss->next_portidx++];
|
||||
pspec->portno = USI->ports->udp_ports[hss->next_portidx++];
|
||||
|
||||
return 0;
|
||||
} else if (USI->prot_scan) {
|
||||
|
||||
Reference in New Issue
Block a user