Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110108
b: refs/heads/master
c: 4dd7972
h: refs/heads/master
v: v3
  • Loading branch information
Vitaliy Gusev authored and David S. Miller committed Oct 1, 2008
1 parent 671a852 commit 411b144
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: ba0166708ef4da7eeb61dd92bbba4d5a749d6561
refs/heads/master: 4dd7972d1204c3851a4092cecd2207e05eb29b09
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ static void tcp_v4_send_ack(struct sk_buff *skb, u32 seq, u32 ack,
];
} rep;
struct ip_reply_arg arg;
struct net *net = dev_net(skb->dev);
struct net *net = dev_net(skb->dst->dev);

memset(&rep.th, 0, sizeof(struct tcphdr));
memset(&arg, 0, sizeof(arg));
Expand Down

0 comments on commit 411b144

Please sign in to comment.