aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/link.c')
-rw-r--r--bridge/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/link.c b/bridge/link.c
index 1af1cf33..a9b1262d 100644
--- a/bridge/link.c
+++ b/bridge/link.c
@@ -415,7 +415,7 @@ static int brlink_modify(int argc, char **argv)
addattr_nest_end(&req.n, nest);
}
- if (rtnl_talk(&rth, &req.n, 0, 0, NULL) < 0)
+ if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
return -1;
return 0;