OSDN Git Service

rxrpc: Don't specify protocol to when creating transport socket
authorDavid Howells <dhowells@redhat.com>
Tue, 13 Sep 2016 07:49:05 +0000 (08:49 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 Sep 2016 22:09:13 +0000 (23:09 +0100)
commitaaa31cbc66733386406464ec6c5c0889d9968a95
tree7f4e40ab56b0ba7a758e069fd1f02ffacd4dcea0
parentcd5892c756f51ed6ff18ff49c837d219bfd9bb5d
rxrpc: Don't specify protocol to when creating transport socket

Pass 0 as the protocol argument when creating the transport socket rather
than IPPROTO_UDP.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/local_object.c