summaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-05 01:10:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-05 01:10:03 +0000
commit49b78fc1a8f1591fa172399b3be1dba4b7f23554 (patch)
treef34271a9e766725cb6ce59c35cc98d91ddf137ac /networking/libiproute
parenta3087ca7495e33b19b122869d17defeb9c933d19 (diff)
downloadbusybox-w32-1_10_3.tar.gz
busybox-w32-1_10_3.tar.bz2
busybox-w32-1_10_3.zip
Apply post-1.10.2 fixes, bump version to 1.10.31_10_3
Diffstat (limited to 'networking/libiproute')
-rw-r--r--networking/libiproute/ip_parse_common_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c
index 294bde540..5e4012b81 100644
--- a/networking/libiproute/ip_parse_common_args.c
+++ b/networking/libiproute/ip_parse_common_args.c
@@ -54,7 +54,7 @@ char **ip_parse_common_args(char **argv)
54 break; 54 break;
55 } 55 }
56 } 56 }
57 arg = index_in_strings(ip_common_commands, opt); 57 arg = index_in_substrings(ip_common_commands, opt);
58 if (arg < 0) 58 if (arg < 0)
59 bb_show_usage(); 59 bb_show_usage();
60 if (arg == ARG_oneline) { 60 if (arg == ARG_oneline) {