diff options
| -rw-r--r-- | cryptodev_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptodev_main.c b/cryptodev_main.c index c1b491d..3425d72 100644 --- a/cryptodev_main.c +++ b/cryptodev_main.c @@ -504,6 +504,7 @@ static int alg_accept(struct socket *sock, struct socket *newsock, int flags) DUMP_DSK(dsk); sock_graft(&dsk->sk, newsock); DUMP_DSK(dsk); + newsock->ops = &data_proto_ops; return 0; } |
