Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321495
b: refs/heads/master
c: 9871f1a
h: refs/heads/master
i:
  321493: e2cf21d
  321491: 92fa805
  321487: c41ac73
v: v3
  • Loading branch information
Vasiliy Kulikov authored and David S. Miller committed Aug 6, 2012
1 parent 695249b commit e463cf9
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: 91d27a8650d5359a7a320daeb35b88cdea15e3a8
refs/heads/master: 9871f1ad677d95ffeca80e2c21b70af9bfc9cc91
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static inline int ip_finish_output2(struct sk_buff *skb)
neigh = __ipv4_neigh_lookup_noref(dev, nexthop);
if (unlikely(!neigh))
neigh = __neigh_create(&arp_tbl, &nexthop, dev, false);
if (neigh) {
if (!IS_ERR(neigh)) {
int res = dst_neigh_output(dst, neigh, skb);

rcu_read_unlock_bh();
Expand Down

0 comments on commit e463cf9

Please sign in to comment.