mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Tiny patch; removing dup line in traceroute.cc
This commit is contained in:
parent
bc9f545968
commit
6014868986
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue