From 6014868986e306f85036817cf438c6a81e226995 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 20 Apr 2007 16:08:41 +0000 Subject: [PATCH] Tiny patch; removing dup line in traceroute.cc --- traceroute.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/traceroute.cc b/traceroute.cc index 578275beb..fa6d933ed 100644 --- a/traceroute.cc +++ b/traceroute.cc @@ -1423,7 +1423,6 @@ TimeInfo::adjustTimeouts (struct timeval *received, u16 scan_delay) { if (to.rttvar > 2300000) { log_write (LOG_STDOUT, "RTTVAR has grown to over 2.3 seconds, decreasing to 2.0\n"); to.rttvar = 2000000; - to.rttvar = 2000000; } /* It hurts to do this ... it really does ... but otherwise we are being