aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/traceroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 1c4dc3e4a..34d2a09dd 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -1071,7 +1071,7 @@ common_traceroute_main(int op, char **argv)
1071 1071
1072 fflush_all(); 1072 fflush_all();
1073 if (probe != 0 && pausemsecs > 0) 1073 if (probe != 0 && pausemsecs > 0)
1074 usleep(pausemsecs * 1000); 1074 msleep(pausemsecs);
1075 1075
1076 send_probe(++seq, ttl); 1076 send_probe(++seq, ttl);
1077 t2 = t1 = monotonic_us(); 1077 t2 = t1 = monotonic_us();