]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/q_sfq.c
tc: Remove pointless assignments in batch()
[mirror_iproute2.git] / tc / q_sfq.c
index a875abd3eeeb75da09613765d701fba0681ea6d1..6a1d853b7c9351534836f20f1d2c86e47369d9e1 100644 (file)
@@ -34,7 +34,7 @@ static void explain(void)
        fprintf(stderr, "               [ ecn ] [ harddrop ]\n");
 }
 
-static int sfq_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
+static int sfq_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
 {
        int ok = 0, red = 0;
        struct tc_sfq_qopt_v1 opt = {};