]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/iptoken.c
libnetlink: add size argument to rtnl_talk
[mirror_iproute2.git] / ip / iptoken.c
index 655f1601e89d1b25d7c04b9f31fb2f1a78ec682a..a38194c9c08ef9882e2b4895fbb0b14004da598d 100644 (file)
@@ -182,7 +182,7 @@ static int iptoken_set(int argc, char **argv)
                return -1;
        }
 
-       if (rtnl_talk(&rth, &req.n, 0, 0, NULL) < 0)
+       if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
                return -2;
 
        return 0;