From 9b8f810d38a720bca94af864e2960de91aae3a29 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 31 Dec 2008 03:36:02 +0000 Subject: Apply post 1.12.3 fixes, bump to 1.12.4 --- networking/ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/ip.c') diff --git a/networking/ip.c b/networking/ip.c index 7dcddfd..fa60278 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); } -- cgit v1.1