Loading crypto/af_alg.c +1 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,7 @@ int af_alg_accept(struct sock *sk, struct socket *newsock) goto unlock; sock_init_data(newsock, sk2); sock_graft(sk2, newsock); err = type->accept(ask->private, sk2); if (err) { Loading Loading
crypto/af_alg.c +1 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,7 @@ int af_alg_accept(struct sock *sk, struct socket *newsock) goto unlock; sock_init_data(newsock, sk2); sock_graft(sk2, newsock); err = type->accept(ask->private, sk2); if (err) { Loading