Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e33b3d97 authored by David Howells's avatar David Howells
Browse files

rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX



Fix the protocol family set in the proto_ops for rxrpc to be PF_RXRPC not
PF_UNIX.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 0d12f8a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -748,7 +748,7 @@ static int rxrpc_release(struct socket *sock)
 * RxRPC network protocol
 */
static const struct proto_ops rxrpc_rpc_ops = {
	.family		= PF_UNIX,
	.family		= PF_RXRPC,
	.owner		= THIS_MODULE,
	.release	= rxrpc_release,
	.bind		= rxrpc_bind,