]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/tc_class.c
libnetlink: add size argument to rtnl_talk
[mirror_iproute2.git] / tc / tc_class.c
index 877048aa93af80e6d68cd239e3f99dc1edb18489..3acd030f92593bbd36a6a7987f022dd5168ceb7f 100644 (file)
@@ -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;