Skip to content
Snippets Groups Projects
Commit dd53b356 authored by Yang Tse's avatar Yang Tse
Browse files

fix previous commit misplaced break statement

parent f1db5057
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment