Commit 72d3b2c9 authored by David S. Miller's avatar David S. Miller

[IPV6]: Fixup ip6_del_rt() call for new args.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ab364a6f
...@@ -378,7 +378,7 @@ int __ipv6_dev_ac_dec(struct inet6_dev *idev, struct in6_addr *addr) ...@@ -378,7 +378,7 @@ int __ipv6_dev_ac_dec(struct inet6_dev *idev, struct in6_addr *addr)
addrconf_leave_solict(idev, &aca->aca_addr); addrconf_leave_solict(idev, &aca->aca_addr);
dst_hold(&aca->aca_rt->u.dst); dst_hold(&aca->aca_rt->u.dst);
if (ip6_del_rt(aca->aca_rt, NULL, NULL, NULL)) if (ip6_del_rt(aca->aca_rt))
dst_free(&aca->aca_rt->u.dst); dst_free(&aca->aca_rt->u.dst);
else else
dst_release(&aca->aca_rt->u.dst); dst_release(&aca->aca_rt->u.dst);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment