Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171624
b: refs/heads/master
c: c2f379b
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent c46eb40 commit d38e076
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: 6cc93183eef9ba0eb6e9989c2e3744904287a95e
refs/heads/master: c2f379b2f8cf59e6bff4d028949a0273732460aa
2 changes: 1 addition & 1 deletion trunk/drivers/net/pppol2tp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ static struct sock *pppol2tp_prepare_tunnel_socket(struct net *net,
* if the tunnel socket goes away.
*/
tunnel->old_sk_destruct = sk->sk_destruct;
sk->sk_destruct = &pppol2tp_tunnel_destruct;
sk->sk_destruct = pppol2tp_tunnel_destruct;

tunnel->sock = sk;
sk->sk_allocation = GFP_ATOMIC;
Expand Down

0 comments on commit d38e076

Please sign in to comment.