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 d9636949c..3115a5254 100644 --- a/networking/tc.c +++ b/networking/tc.c | |||
@@ -531,7 +531,7 @@ int tc_main(int argc UNUSED_PARAM, char **argv) | |||
531 | if (rtnl_dump_request(&rth, obj == OBJ_qdisc ? RTM_GETQDISC : | 531 | if (rtnl_dump_request(&rth, obj == OBJ_qdisc ? RTM_GETQDISC : |
532 | obj == OBJ_class ? RTM_GETTCLASS : RTM_GETTFILTER, | 532 | obj == OBJ_class ? RTM_GETTCLASS : RTM_GETTFILTER, |
533 | &msg, sizeof(msg)) < 0) | 533 | &msg, sizeof(msg)) < 0) |
534 | bb_simple_perror_msg_and_die("cannot send dump request"); | 534 | bb_simple_perror_msg_and_die("can't send dump request"); |
535 | 535 | ||
536 | xrtnl_dump_filter(&rth, obj == OBJ_qdisc ? print_qdisc : | 536 | xrtnl_dump_filter(&rth, obj == OBJ_qdisc ? print_qdisc : |
537 | obj == OBJ_class ? print_class : print_filter, | 537 | obj == OBJ_class ? print_class : print_filter, |