aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/traceroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 244a74d6d..7284f0022 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -652,7 +652,7 @@ int traceroute_main(int argc, char **argv)
652 bb_error_msg_and_die("you must be root to use -s"); 652 bb_error_msg_and_die("you must be root to use -s");
653 } 653 }
654 if (op & OPT_WAITTIME) 654 if (op & OPT_WAITTIME)
655 waittime = xatou_range(waittime_str, 2, 24 * 60 * 60); 655 waittime = xatou_range(waittime_str, 1, 24 * 60 * 60);
656 if (op & OPT_PAUSE_MS) 656 if (op & OPT_PAUSE_MS)
657 pausemsecs = xatou_range(pausemsecs_str, 0, 60 * 60 * 1000); 657 pausemsecs = xatou_range(pausemsecs_str, 0, 60 * 60 * 1000);
658 if (op & OPT_FIRST_TTL) 658 if (op & OPT_FIRST_TTL)