]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3dff26f59ad001284b419215e5e88bda265f99c0
tree7f4e40ab56b0ba7a758e069fd1f02ffacd4dcea0
parent84297329a9afac08dd597b48dadfbf8b01cd2ac3
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