sk_address_is_local() was ignoring the possibility that a SockAddr
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 1 Apr 2005 08:46:26 +0000 (08:46 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 1 Apr 2005 08:46:26 +0000 (08:46 +0000)
commit2b4bbb9b8ae620efb82a14ed8b6cd147eb30bb73
tree3a84fc52d926dcab6b93bca4a0c76a4cf3b5438b
parentaace4aeb397e844b42994462a10c77b439434d5a
sk_address_is_local() was ignoring the possibility that a SockAddr
might have an IPv4 address in `ai' rather than in `addresses'.
Thanks to Martin Prikryl for pointing this out.

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