mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Fix some "and" -> "&&".
This commit is contained in:
@@ -3685,7 +3685,7 @@ static void sendNextRetryStackProbe(UltraScanInfo *USI, HostScanStats *hss) {
|
|||||||
if (pspec.type == PS_CONNECTTCP)
|
if (pspec.type == PS_CONNECTTCP)
|
||||||
sendConnectScanProbe(USI, hss, pspec.pd.tcp.dport, pspec_tries + 1, 0);
|
sendConnectScanProbe(USI, hss, pspec.pd.tcp.dport, pspec_tries + 1, 0);
|
||||||
else {
|
else {
|
||||||
assert(pspec.type != PS_ARP and pspec.type != PS_ND);
|
assert(pspec.type != PS_ARP && pspec.type != PS_ND);
|
||||||
sendIPScanProbe(USI, hss, &pspec, pspec_tries + 1, 0);
|
sendIPScanProbe(USI, hss, &pspec, pspec_tries + 1, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user