Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247024
b: refs/heads/master
c: 4071cff
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Apr 29, 2011
1 parent 8cd3a2f commit 9513a70
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: a406b611b5f26a18773e4237d79f6df3eaed1d32
refs/heads/master: 4071cfff84c5b084762fe288781cd7faab14cb4b
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ int tcp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len)
daddr = rt->rt_dst;

if (!inet->inet_saddr)
inet->inet_saddr = rt->rt_src;
inet->inet_saddr = fl4.saddr;
inet->inet_rcv_saddr = inet->inet_saddr;

if (tp->rx_opt.ts_recent_stamp && inet->inet_daddr != daddr) {
Expand Down

0 comments on commit 9513a70

Please sign in to comment.