Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256484
b: refs/heads/master
c: a292829
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 16, 2011
1 parent b7e0908 commit e42c60c
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: fec8292d9cb662274b583c5c69fdfa6932e593a5
refs/heads/master: a29282972cc9b80126d4e4d68251c6712bdad051
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static int ip6_finish_output2(struct sk_buff *skb)
if (hh->hh_len)
return neigh_hh_output(hh, skb);
else
return dst->neighbour->output(skb);
return neigh->output(skb);
}
IP6_INC_STATS_BH(dev_net(dst->dev),
ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES);
Expand Down

0 comments on commit e42c60c

Please sign in to comment.