diff options
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r-- | networking/traceroute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c index ec3ac8b6f..3f1a9ab46 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -483,7 +483,7 @@ wait_for_reply(unsigned *timestamp_us, int *left_ms) | |||
483 | &G.from_lsa->u.sa, &G.from_lsa->len); | 483 | &G.from_lsa->u.sa, &G.from_lsa->len); |
484 | #endif | 484 | #endif |
485 | if (read_len < 0) | 485 | if (read_len < 0) |
486 | bb_perror_msg_and_die("recv"); | 486 | bb_simple_perror_msg_and_die("recv"); |
487 | t = monotonic_us(); | 487 | t = monotonic_us(); |
488 | *left_ms -= (t - *timestamp_us) / 1000; | 488 | *left_ms -= (t - *timestamp_us) / 1000; |
489 | *timestamp_us = t; | 489 | *timestamp_us = t; |