Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188863
b: refs/heads/master
c: 1041444
h: refs/heads/master
i:
  188861: 275c414
  188859: b6c0b4d
  188855: 197d2a4
  188847: 309ba31
  188831: 2bdfc9f
  188799: 349039b
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Mar 20, 2010
1 parent 012ee48 commit 9449553
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d11a4dc18bf41719c9f0d7ed494d295dd2973b92
refs/heads/master: 10414444cb8a8ee8893e00390b7cf40502e28352
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ static struct dst_entry *ip6_dst_check(struct dst_entry *dst, u32 cookie)

rt = (struct rt6_info *) dst;

if (rt && rt->rt6i_node && (rt->rt6i_node->fn_sernum == cookie))
if (rt->rt6i_node && (rt->rt6i_node->fn_sernum == cookie))
return dst;

return NULL;
Expand Down

0 comments on commit 9449553

Please sign in to comment.