ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()
authorAlexey Kodanev <alexey.kodanev@oracle.com>
Tue, 3 Apr 2018 12:00:09 +0000 (15:00 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Apr 2018 15:31:57 +0000 (11:31 -0400)
commit9f542f616c24f7d85a4bde42ec621e8d87478fd8
tree7aa25ad97709e84390dc6ecb94d5954b8b47b788
parent96818159c3c08911330e84f86b3becf71aeeaac8
ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()

This should make it consistent with ip6_sk_dst_lookup_flow()
that is accepting the new 'connected' parameter of type bool.

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c