Commit d2621445 authored by Hacki's avatar Hacki
Browse files

moved vars into conditional since seems that winsock implementation doesnt use them.

parent adaf8753
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1208,14 +1208,14 @@ static CURLcode telnet_do(struct connectdata *conn, bool *done)
  int interval_ms;
  struct pollfd pfd[2];
  int poll_cnt;
  curl_off_t total_dl = 0;
  curl_off_t total_ul = 0;
#endif
  ssize_t nread;
  struct timeval now;
  bool keepon = TRUE;
  char *buf = data->state.buffer;
  struct TELNET *tn;
  curl_off_t total_dl = 0;
  curl_off_t total_ul = 0;

  *done = TRUE; /* unconditionally */