mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
fix previous commit misplaced break statement
This commit is contained in:
parent
f1db505778
commit
dd53b356ff
@ -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…
Reference in New Issue
Block a user