Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247027
b: refs/heads/master
c: 87321c8
h: refs/heads/master
i:
  247025: e0026ec
  247023: 8cd3a2f
v: v3
  • Loading branch information
David S. Miller committed Apr 29, 2011
1 parent 3067995 commit 21394f7
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: 91ab0b60a12833b4715b838474f23496af8de30c
refs/heads/master: 87321c839fb4a65b5d78c16d79d1674cf223a452
2 changes: 1 addition & 1 deletion trunk/net/ipv4/datagram.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len)
if (sk->sk_prot->rehash)
sk->sk_prot->rehash(sk);
}
inet->inet_daddr = rt->rt_dst;
inet->inet_daddr = fl4.daddr;
inet->inet_dport = usin->sin_port;
sk->sk_state = TCP_ESTABLISHED;
inet->inet_id = jiffies;
Expand Down

0 comments on commit 21394f7

Please sign in to comment.