diff --git a/scan_engine_raw.cc b/scan_engine_raw.cc index 20eb20ef2..5559e5ec0 100644 --- a/scan_engine_raw.cc +++ b/scan_engine_raw.cc @@ -721,10 +721,6 @@ int get_ping_pcap_result(UltraScanInfo *USI, struct timeval *stime) { || (hdr.proto == IPPROTO_ICMPV6 && ping->type == 3)) { if (o.debugging) log_write(LOG_STDOUT, "Got Time Exceeded for %s\n", hss->target->targetipstr()); - goodone = 1; - newstate = HOST_DOWN; - /* I don't want anything to do with timing this. */ - adjust_timing = false; } else if (hdr.proto == IPPROTO_ICMP && ping->type == 4) { if (o.debugging) log_write(LOG_STDOUT, "Got ICMP source quench\n");