projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab364a6
)
[IPV6]: Fixup ip6_del_rt() call for new args.
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 22 Aug 2006 07:13:07 +0000
(
00:13
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:55:15 +0000
(14:55 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/anycast.c
patch
|
blob
|
history
diff --git
a/net/ipv6/anycast.c
b/net/ipv6/anycast.c
index abbc35a13e08851aaed9152a7dc9ae060bf18dc2..b80fc502ca03874bc17ddd99c423237ad464d5de 100644
(file)
--- a/
net/ipv6/anycast.c
+++ b/
net/ipv6/anycast.c
@@
-378,7
+378,7
@@
int __ipv6_dev_ac_dec(struct inet6_dev *idev, struct in6_addr *addr)
addrconf_leave_solict(idev, &aca->aca_addr);
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);
else
dst_release(&aca->aca_rt->u.dst);