]> granicus.if.org Git - curl/commit
telnet: allow programatic use on Windows
authorDaniel Stenberg <daniel@haxx.se>
Sun, 14 Aug 2011 21:26:09 +0000 (23:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 Aug 2011 21:30:15 +0000 (23:30 +0200)
commit44b44a751d07b42b4546e3d856a6e761f46dbf63
tree5238d732f544116e4c420cd973e436415d4c9305
parent2828b8ef9e277e0e57d15f36be9aa95894aacfa1
telnet: allow programatic use on Windows

Summary of the issue can be found at:
http://curl.haxx.se/mail/lib-2010-04/0367.html

That patch only updated the unix sockets code - the winsock code was not
updated and no longer works the same was as the unix code. This change
updates the windows code accordingly.

Bug: http://curl.haxx.se/bug/view.cgi?id=3163118
lib/telnet.c