diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-08 03:20:12 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-08 03:20:12 +0200 |
commit | 0568b6e45aa59c72815378134715232fd11d9100 (patch) | |
tree | 24fe920e122bb1c0e01bd854591e5b4180a088b1 /networking/tc.c | |
parent | 334fcc8fd4fdad3c52ac0fb591771888325b5bcf (diff) | |
download | busybox-w32-0568b6e45aa59c72815378134715232fd11d9100.tar.gz busybox-w32-0568b6e45aa59c72815378134715232fd11d9100.tar.bz2 busybox-w32-0568b6e45aa59c72815378134715232fd11d9100.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tc.c')
-rw-r--r-- | networking/tc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tc.c b/networking/tc.c index 4e84faae9..fc47e9571 100644 --- a/networking/tc.c +++ b/networking/tc.c | |||
@@ -516,7 +516,7 @@ int tc_main(int argc UNUSED_PARAM, char **argv) | |||
516 | duparg(*argv, "priority"); | 516 | duparg(*argv, "priority"); |
517 | filter_prio = get_u32(*argv, "priority"); | 517 | filter_prio = get_u32(*argv, "priority"); |
518 | } else if (arg == ARG_proto) { /* filter::list */ | 518 | } else if (arg == ARG_proto) { /* filter::list */ |
519 | __u16 tmp; | 519 | uint16_t tmp; |
520 | if (filter_proto) | 520 | if (filter_proto) |
521 | duparg(*argv, "protocol"); | 521 | duparg(*argv, "protocol"); |
522 | if (ll_proto_a2n(&tmp, *argv)) | 522 | if (ll_proto_a2n(&tmp, *argv)) |