mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Fix copy-paste error
This commit is contained in:
parent
3cd95eacdf
commit
de59cde155
@ -1154,7 +1154,7 @@ CURLcode Curl_telnet(struct connectdata *conn, bool *done)
|
||||
|
||||
/* And WSACloseEvent */
|
||||
close_event_func = GetProcAddress(wsock2,"WSACloseEvent");
|
||||
if (create_event_func == NULL) {
|
||||
if (close_event_func == NULL) {
|
||||
failf(data,"failed to find WSACloseEvent function (%d)",
|
||||
GetLastError());
|
||||
FreeLibrary(wsock2);
|
||||
|
Loading…
Reference in New Issue
Block a user