diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index a621b96aed15..1ac674a68c77 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -210,7 +210,7 @@ static inline int ip_finish_output2(struct sk_buff *skb) | |||
210 | if (hh->hh_len) | 210 | if (hh->hh_len) |
211 | return neigh_hh_output(hh, skb); | 211 | return neigh_hh_output(hh, skb); |
212 | else | 212 | else |
213 | return dst->neighbour->output(skb); | 213 | return neigh->output(skb); |
214 | } | 214 | } |
215 | if (net_ratelimit()) | 215 | if (net_ratelimit()) |
216 | printk(KERN_DEBUG "ip_finish_output2: No header cache and no neighbour!\n"); | 216 | printk(KERN_DEBUG "ip_finish_output2: No header cache and no neighbour!\n"); |