mirror of
https://github.com/curl/curl.git
synced 2026-07-22 19:47:16 +03:00
fix previous commit misplaced break statement
This commit is contained in:
parent
f1db505778
commit
dd53b356ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1366,8 +1366,8 @@ static CURLcode telnet_do(struct connectdata *conn, bool *done)
|
|||
infof(data,"WSAEnumNetworkEvents failed (%d)", err);
|
||||
keepon = FALSE;
|
||||
code = CURLE_READ_ERROR;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
if(events.lNetworkEvents & FD_READ) {
|
||||
/* This reallu OUGHT to check its return code. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue