Tiny patch; removing dup line in traceroute.cc

This commit is contained in:
kris 2007-04-20 16:08:41 +00:00
parent bc9f545968
commit 6014868986

View file

@ -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