]> git.baikalelectronics.ru Git - kernel.git/commit
net: core: fix module type in sock_diag_bind
authorAndrii Vladyka <tulup@mail.ru>
Thu, 4 Jan 2018 11:09:17 +0000 (13:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jan 2018 16:28:58 +0000 (11:28 -0500)
commit2c2b0890a2a2d6c60cddb0af62dd19b7ff88d816
tree21f606d350f8c3b444649d61848ceded748937d1
parent089120c8703de0f24ca49fdf840dfcaa6bbc0bc2
net: core: fix module type in sock_diag_bind

Use AF_INET6 instead of AF_INET in IPv6-related code path

Signed-off-by: Andrii Vladyka <tulup@mail.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock_diag.c