Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247030
b: refs/heads/master
c: ad22742
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Apr 29, 2011
1 parent 360a7f9 commit 093a10a
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: d4fb3d74d7a17833de2ba8cbd4f029b30feb4825
refs/heads/master: ad227425c9ca907b5498e2558320b7e585d86ec9
2 changes: 1 addition & 1 deletion trunk/net/l2tp/l2tp_ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ static int l2tp_ip_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len
inet->inet_saddr = fl4.saddr;
if (!inet->inet_rcv_saddr)
inet->inet_rcv_saddr = fl4.saddr;
inet->inet_daddr = rt->rt_dst;
inet->inet_daddr = fl4.daddr;
sk->sk_state = TCP_ESTABLISHED;
inet->inet_id = jiffies;

Expand Down

0 comments on commit 093a10a

Please sign in to comment.