mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
Revert "Don't kill IPv4 sockets when killing IPv6 sockets was requested."
This reverts commit 8bf4413b4f.
This commit is contained in:
@@ -3331,8 +3331,6 @@ restart:
|
||||
#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
|
||||
if (family == AF_INET6) {
|
||||
struct in6_addr *s6;
|
||||
if (!inet->pinet6)
|
||||
continue;
|
||||
|
||||
s6 = &sk->sk_v6_rcv_saddr;
|
||||
if (ipv6_addr_type(s6) == IPV6_ADDR_MAPPED)
|
||||
|
||||
Reference in New Issue
Block a user