1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Fix some "and" -> "&&".

This commit is contained in:
david
2011-07-19 23:42:33 +00:00
parent 1646813162
commit 6cf428d8c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1762,7 +1762,7 @@ int read_na_pcap(pcap_t *pd, u8 *sendermac, struct sockaddr_in6 *senderIP, long
}
}
}
} while (!timedout and !ip_tmp);
} while (!timedout && !ip_tmp);
if (timedout)
return 0;