Loading drivers/net/ppp/pptp.c +0 −2 Original line number Diff line number Diff line Loading @@ -506,7 +506,6 @@ static int pptp_release(struct socket *sock) { struct sock *sk = sock->sk; struct pppox_sock *po; struct pptp_opt *opt; int error = 0; if (!sk) Loading @@ -520,7 +519,6 @@ static int pptp_release(struct socket *sock) } po = pppox_sk(sk); opt = &po->proto.pptp; del_chan(po); pppox_unbind_sock(sk); Loading Loading
drivers/net/ppp/pptp.c +0 −2 Original line number Diff line number Diff line Loading @@ -506,7 +506,6 @@ static int pptp_release(struct socket *sock) { struct sock *sk = sock->sk; struct pppox_sock *po; struct pptp_opt *opt; int error = 0; if (!sk) Loading @@ -520,7 +519,6 @@ static int pptp_release(struct socket *sock) } po = pppox_sk(sk); opt = &po->proto.pptp; del_chan(po); pppox_unbind_sock(sk); Loading