Commit dd53b356 authored by Yang Tse's avatar Yang Tse
Browse files

fix previous commit misplaced break statement

parent f1db5057
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */