Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194031
b: refs/heads/master
c: 93fa159
h: refs/heads/master
i:
  194029: 73b644d
  194027: ab6259f
  194023: dc30f8d
  194015: 480f7c2
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Apr 13, 2010
1 parent 88d8264 commit ba061e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3941f1885bbf5b9f5e45cdd5a82efc794cc3823f
refs/heads/master: 93fa159abe50d3c55c7f83622d3f5c09b6e06f4b
3 changes: 2 additions & 1 deletion trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,8 @@ static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
addrconf_leave_anycast(ifp);
addrconf_leave_solict(ifp->idev, &ifp->addr);
dst_hold(&ifp->rt->u.dst);
if (ip6_del_rt(ifp->rt))

if (ifp->dead && ip6_del_rt(ifp->rt))
dst_free(&ifp->rt->u.dst);
break;
}
Expand Down

0 comments on commit ba061e7

Please sign in to comment.