Skip to content
Commit cd5892c7 authored by David Howells's avatar David Howells
Browse files

rxrpc: Create an address for sendmsg() to bind unbound socket with



Create an address for sendmsg() to bind unbound socket with rather than
using a completely blank address otherwise the transport socket creation
will fail because it will try to use address family 0.

We use the address family specified in the protocol argument when the
AF_RXRPC socket was created and SOCK_DGRAM as the default.  For anything
else, bind() must be used.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 75e42126
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment