]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix another error-reporting bug, in which sk_newlistener would fail to
authorSimon Tatham <anakin@pobox.com>
Wed, 14 Nov 2012 18:32:09 +0000 (18:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 14 Nov 2012 18:32:09 +0000 (18:32 +0000)
commit355b35ff98641cace4a74561926687aec472fced
tree9ca10d8f8e0446fcb5120a41a5ece2d561f224b1
parentf2ec882b06256190d7ac7115008a3dc504e4e99b
Fix another error-reporting bug, in which sk_newlistener would fail to
capture the error code if listen() returned an error, and instead pass
0 (saved from the previous successful bind) to winsock_error_string.

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