summaryrefslogtreecommitdiff
path: root/canohost.c
diff options
context:
space:
mode:
Diffstat (limited to 'canohost.c')
-rw-r--r--canohost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/canohost.c b/canohost.c
index 04dc3d182..c27086bfd 100644
--- a/canohost.c
+++ b/canohost.c
@@ -174,7 +174,7 @@ ipv64_normalise_mapped(struct sockaddr_storage *addr, socklen_t *len)
174 struct in_addr inaddr; 174 struct in_addr inaddr;
175 u_int16_t port; 175 u_int16_t port;
176 176
177 if (addr->ss_family != AF_INET6 || 177 if (addr->ss_family != AF_INET6 ||
178 !IN6_IS_ADDR_V4MAPPED(&a6->sin6_addr)) 178 !IN6_IS_ADDR_V4MAPPED(&a6->sin6_addr))
179 return; 179 return;
180 180