1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fix previous commit misplaced break statement

This commit is contained in:
Yang Tse 2009-03-11 04:45:18 +00:00
parent f1db505778
commit dd53b356ff

View File

@ -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. */