Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26551
b: refs/heads/master
c: 0182bd2
h: refs/heads/master
i:
  26549: 3e3eaf3
  26547: ef19b66
  26543: ffcd929
v: v3
  • Loading branch information
Hua Zhong authored and David S. Miller committed May 7, 2006
1 parent 9d566c3 commit fc67830
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: fe9925b551a95fae6ec61470c79f8b701a2fe928
refs/heads/master: 0182bd2b1e2fb45a55f110795bfdb9aa5f6c6b0b
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static inline int ip_rcv_finish(struct sk_buff *skb)
* Initialise the virtual path cache for the packet. It describes
* how the packet travels inside Linux networking.
*/
if (likely(skb->dst == NULL)) {
if (skb->dst == NULL) {
int err = ip_route_input(skb, iph->daddr, iph->saddr, iph->tos,
skb->dev);
if (unlikely(err)) {
Expand Down

0 comments on commit fc67830

Please sign in to comment.