diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index e51cda79f0cc..57ef69a10889 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -220,8 +220,6 @@ static int tcp_v6_connect(struct sock *sk, struct sockaddr *uaddr, | |||
220 | u32 exthdrlen = icsk->icsk_ext_hdr_len; | 220 | u32 exthdrlen = icsk->icsk_ext_hdr_len; |
221 | struct sockaddr_in sin; | 221 | struct sockaddr_in sin; |
222 | 222 | ||
223 | SOCK_DEBUG(sk, "connect: ipv4 mapped\n"); | ||
224 | |||
225 | if (__ipv6_only_sock(sk)) | 223 | if (__ipv6_only_sock(sk)) |
226 | return -ENETUNREACH; | 224 | return -ENETUNREACH; |
227 | 225 | ||