diff options
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)) |