Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314575
b: refs/heads/master
c: 7011d08
h: refs/heads/master
i:
  314573: 2c75e8a
  314571: b6036d2
  314567: 6b30ce4
  314559: 61a7574
v: v3
  • Loading branch information
Vijay Subramanian authored and David S. Miller committed Jun 24, 2012
1 parent c799fbd commit d4f6418
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: 0b4a9e1a591ca92726d32dbe043eb737734c6a0e
refs/heads/master: 7011d0851b80a1a229acfda37ce08aad903b12d1
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ int tcp_v4_early_demux(struct sk_buff *skb)
dev = skb->dev;
sk = __inet_lookup_established(net, &tcp_hashinfo,
iph->saddr, th->source,
iph->daddr, th->dest,
iph->daddr, ntohs(th->dest),
dev->ifindex);
if (sk) {
skb->sk = sk;
Expand Down

0 comments on commit d4f6418

Please sign in to comment.