aboutsummaryrefslogtreecommitdiffstats
path: root/tc/tc_class.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/tc_class.c')
-rw-r--r--tc/tc_class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/tc_class.c b/tc/tc_class.c
index 877048aa..3acd030f 100644
--- a/tc/tc_class.c
+++ b/tc/tc_class.c
@@ -153,7 +153,7 @@ static int tc_class_modify(int cmd, unsigned flags, int argc, char **argv)
}
}
- if (rtnl_talk(&rth, &req.n, 0, 0, NULL) < 0)
+ if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
return 2;
return 0;