Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276237
b: refs/heads/master
c: 71b1391
h: refs/heads/master
i:
  276235: e3eb83c
v: v3
  • Loading branch information
Florian Westphal authored and David S. Miller committed Nov 26, 2011
1 parent 27a70e0 commit f406a4a
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: 8a6e77d5209e459a9ec5c268c39800c06cd1dc86
refs/heads/master: 71b1391a41289735676be02e35239e5aa9fe6ba6
2 changes: 1 addition & 1 deletion trunk/net/l2tp/l2tp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ int l2tp_xmit_skb(struct l2tp_session *session, struct sk_buff *skb, int hdr_len

/* Get routing info from the tunnel socket */
skb_dst_drop(skb);
skb_dst_set(skb, dst_clone(__sk_dst_get(sk)));
skb_dst_set(skb, dst_clone(__sk_dst_check(sk, 0)));

inet = inet_sk(sk);
fl = &inet->cork.fl;
Expand Down

0 comments on commit f406a4a

Please sign in to comment.