diff options
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index f0f144cac0bd..36362e9513f0 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
@@ -141,7 +141,7 @@ static int ip6_finish_output2(struct sk_buff *skb) | |||
141 | if (hh->hh_len) | 141 | if (hh->hh_len) |
142 | return neigh_hh_output(hh, skb); | 142 | return neigh_hh_output(hh, skb); |
143 | else | 143 | else |
144 | return dst->neighbour->output(skb); | 144 | return neigh->output(skb); |
145 | } | 145 | } |
146 | IP6_INC_STATS_BH(dev_net(dst->dev), | 146 | IP6_INC_STATS_BH(dev_net(dst->dev), |
147 | ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); | 147 | ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); |