1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

Typo fix.

This commit is contained in:
david
2010-12-03 21:29:59 +00:00
parent bc55d41b9a
commit c822f62d84

View File

@@ -3947,7 +3947,7 @@ static bool get_arp_result(UltraScanInfo *USI, struct timeval *stime) {
if (to_usec < 2000) to_usec = 2000;
rc = read_arp_reply_pcap(USI->pd, rcvdmac, &rcvdIP, to_usec, &rcvdtime, PacketTrace::traceArp);
gettimeofday(&USI->now, NULL);
if (rc == -1) fatal("Received -1 response from readarp_reply_pcap");
if (rc == -1) fatal("Received -1 response from read_arp_reply_pcap");
if (rc == 0) {
if (TIMEVAL_SUBTRACT(*stime, USI->now) < 0) {
timedout = true;