From: Hacki Date: Sat, 8 May 2010 03:38:42 +0000 (+0200) Subject: moved vars into conditional since seems that winsock implementation doesnt use them. X-Git-Tag: curl-7_21_0~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2621445f1947b32dff06dfa3356a9be966b96da;p=thirdparty%2Fcurl.git moved vars into conditional since seems that winsock implementation doesnt use them. --- diff --git a/lib/telnet.c b/lib/telnet.c index b94415db57..1a5683d401 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -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 */