diff options
author | Denis Vlasenko | 2008-12-31 03:33:50 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-12-31 03:33:50 +0000 |
commit | 15c0b725849875c718b168a26e13872e163cde4c (patch) | |
tree | 687a5425953ae362ef285c6c671f09a05d3fa3c0 /networking/ip.c | |
parent | ccdc13d306c0a8d2735488bf8e46503f7e567767 (diff) | |
download | busybox-15c0b725849875c718b168a26e13872e163cde4c.zip busybox-15c0b725849875c718b168a26e13872e163cde4c.tar.gz |
Apply post 1.13.1 patches, bump to 1.13.21_13_2
Diffstat (limited to 'networking/ip.c')
-rw-r--r-- | networking/ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ip.c b/networking/ip.c index 10059c5..9903c68 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -31,7 +31,7 @@ static int NORETURN ip_print_help(char **argv UNUSED_PARAM) static int ip_do(int (*ip_func)(char **argv), char **argv) { - argv = ip_parse_common_args(argv); + argv = ip_parse_common_args(argv + 1); return ip_func(argv); } |