]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/winnet.c
Windows's sk_address_is_local() was returning the wrong answers for
authorSimon Tatham <anakin@pobox.com>
Wed, 17 Oct 2012 20:48:07 +0000 (20:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 17 Oct 2012 20:48:07 +0000 (20:48 +0000)
commit251876b5947a5246d76c59f7616e815062f1fea2
treedd964fcd69cf49c4473a2c84615083f04d653f02
parent7c8841d881c9b034fa5e8ab97382bfb7da0b7e2a
Windows's sk_address_is_local() was returning the wrong answers for
IPv6 addresses, because I'd mistakenly cast an ai_addr to the low-
level 'struct in6_addr' instead of the correct 'struct sockaddr_in6'.

[originally from svn r9690]
windows/winnet.c