Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351546
b: refs/heads/master
c: b820bb6
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and David S. Miller committed Jan 21, 2013
1 parent 550c65d commit 31bb473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 100204147be9a2b87be2b118959b12eeaf8ef5d0
refs/heads/master: b820bb6b996966d93a5442b5fbf803ea58e7f487
6 changes: 3 additions & 3 deletions trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,10 +492,10 @@ static void rt6_probe(struct rt6_info *rt)
struct in6_addr mcaddr;
struct in6_addr *target;

neigh->updated = jiffies;

if (neigh)
if (neigh) {
neigh->updated = jiffies;
write_unlock(&neigh->lock);
}

target = (struct in6_addr *)&rt->rt6i_gateway;
addrconf_addr_solict_mult(target, &mcaddr);
Expand Down

0 comments on commit 31bb473

Please sign in to comment.