]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Don't pass WinSock error codes to strerror.
authorSimon Tatham <anakin@pobox.com>
Wed, 9 Oct 2013 18:36:56 +0000 (18:36 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 9 Oct 2013 18:36:56 +0000 (18:36 +0000)
commit2ca13fa995064ad2d97f42dd2e6abef04cccccd2
treeb16ebf9caedf2d4d0084cc0cf90054482648dbc7
parent7223973988ae6cff1888ef899a191d1885b7af43
Don't pass WinSock error codes to strerror.

Martin Prikryl helpfully points out that when I revamped the socket
error mechanism using toplevel callbacks, I also accidentally passed
the error code to the wrong function. Use winsock_error_string instead.

[originally from svn r10048]
windows/winnet.c