diff options
-rw-r--r-- | networking/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping.c b/networking/ping.c index 0ca41b9fa..c7b6cbe9a 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -726,7 +726,7 @@ static int common_ping_main(int opt, char **argv) | |||
726 | 726 | ||
727 | /* exactly one argument needed; -v and -q don't mix; -c NUM, -w NUM, -W NUM */ | 727 | /* exactly one argument needed; -v and -q don't mix; -c NUM, -w NUM, -W NUM */ |
728 | opt_complementary = "=1:q--v:v--q:c+:w+:W+"; | 728 | opt_complementary = "=1:q--v:v--q:c+:w+:W+"; |
729 | opt = getopt32(argv, OPT_STRING, &pingcount, &str_s, &deadline, &timeout, &str_I); | 729 | opt |= getopt32(argv, OPT_STRING, &pingcount, &str_s, &deadline, &timeout, &str_I); |
730 | if (opt & OPT_s) | 730 | if (opt & OPT_s) |
731 | datalen = xatou16(str_s); // -s | 731 | datalen = xatou16(str_s); // -s |
732 | if (opt & OPT_I) { // -I | 732 | if (opt & OPT_I) { // -I |