]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
sk_address_is_local() was ignoring the possibility that a SockAddr
authorSimon Tatham <anakin@pobox.com>
Fri, 1 Apr 2005 08:46:26 +0000 (08:46 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 1 Apr 2005 08:46:26 +0000 (08:46 +0000)
commit91b10030c810b83943f47d4efd67719b9eabccf1
tree3a84fc52d926dcab6b93bca4a0c76a4cf3b5438b
parent9e4d79578793228257340186d3d797dc21a54b34
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.

[originally from svn r5587]
windows/winnet.c