Windows's sk_address_is_local() was returning the wrong answers for
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 17 Oct 2012 20:48:07 +0000 (20:48 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 17 Oct 2012 20:48:07 +0000 (20:48 +0000)
commit0eece8a7f0c4e65b2f51572c8c792bed1b5a48d2
treedd964fcd69cf49c4473a2c84615083f04d653f02
parent425b94fd77a3aa6158d08616f90a080f38a42625
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'.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9690 cda61777-01e9-0310-a592-d414129be87e
windows/winnet.c