Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256483
b: refs/heads/master
c: fec8292
h: refs/heads/master
i:
  256481: 1b9f41d
  256479: 5d24490
v: v3
  • Loading branch information
David S. Miller committed Jul 16, 2011
1 parent f383934 commit b7e0908
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: faa2831445cdc95774584045fe10f749fa62244e
refs/heads/master: fec8292d9cb662274b583c5c69fdfa6932e593a5
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static inline int ip_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);
}
if (net_ratelimit())
printk(KERN_DEBUG "ip_finish_output2: No header cache and no neighbour!\n");
Expand Down

0 comments on commit b7e0908

Please sign in to comment.