commit | 94cf4c8448bab8f1ad563868089bb0ea1ff92213 | [log] [tgz] |
---|---|---|
author | Damien Miller <[email protected]> | Sun Jul 17 17:04:47 2005 +1000 |
committer | Damien Miller <[email protected]> | Sun Jul 17 17:04:47 2005 +1000 |
tree | 1a0752ba64d6b7ccfdcd824ad55a76523e659a87 | |
parent | 46d38de48b1018c74040d2399bafbedf50247529 [diff] [blame] |
- (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c] [cipher-acss.c loginrec.c ssh-rand-helper.c sshd.c] Fix whitespace at EOL in portable too ("perl -p -i -e 's/\s+$/\n/' *.[ch]")
diff --git a/canohost.c b/canohost.c index 04dc3d1..c27086b 100644 --- a/canohost.c +++ b/canohost.c
@@ -174,7 +174,7 @@ struct in_addr inaddr; u_int16_t port; - if (addr->ss_family != AF_INET6 || + if (addr->ss_family != AF_INET6 || !IN6_IS_ADDR_V4MAPPED(&a6->sin6_addr)) return;