diff options
Diffstat (limited to 'canohost.c')
-rw-r--r-- | canohost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canohost.c b/canohost.c index a19a60cda..a61a8c94d 100644 --- a/canohost.c +++ b/canohost.c | |||
@@ -192,7 +192,7 @@ ipv64_normalise_mapped(struct sockaddr_storage *addr, socklen_t *len) | |||
192 | memcpy(&inaddr, ((char *)&a6->sin6_addr) + 12, sizeof(inaddr)); | 192 | memcpy(&inaddr, ((char *)&a6->sin6_addr) + 12, sizeof(inaddr)); |
193 | port = a6->sin6_port; | 193 | port = a6->sin6_port; |
194 | 194 | ||
195 | bzero(a4, sizeof(*a4)); | 195 | memset(a4, 0, sizeof(*a4)); |
196 | 196 | ||
197 | a4->sin_family = AF_INET; | 197 | a4->sin_family = AF_INET; |
198 | *len = sizeof(*a4); | 198 | *len = sizeof(*a4); |