summaryrefslogtreecommitdiff
path: root/tc/tc_qdisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/tc_qdisc.c')
-rw-r--r--tc/tc_qdisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/tc_qdisc.c b/tc/tc_qdisc.c
index b79029d9..33a6665e 100644
--- a/tc/tc_qdisc.c
+++ b/tc/tc_qdisc.c
@@ -329,7 +329,7 @@ int print_qdisc(struct nlmsghdr *n, void *arg)
print_nl();
if (show_details && tb[TCA_STAB]) {
- print_size_table(fp, " ", tb[TCA_STAB]);
+ print_size_table(tb[TCA_STAB]);
print_nl();
}