bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Add --queries option to traceroute


From: Debarshi Ray
Subject: Re: [bug-inetutils] Add --queries option to traceroute
Date: Thu, 17 Apr 2008 07:44:11 +0530

> +      if (opt_max_tries < 1 || opt_max_tries > 10)
>  +       error (EXIT_FAILURE, 0, "number of tries should be between 0 and 
> 10");

This is wrong, Message should be:
  "number of tries should be between 1 and 10"

Happy hacking,
Debarshi
-- 
"From what we get, we can make a living; what we give, however, makes a life."
    -- Arthur Ashe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]