mirror of
https://github.com/curl/curl.git
synced 2026-07-22 21:57:20 +03:00
gopher: remove accidental conn->data leftover
This commit is contained in:
parent
a3efced012
commit
f98f219c35
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ static CURLcode gopher_do(struct Curl_easy *data, bool *done)
|
|||
else
|
||||
break;
|
||||
|
||||
timeout_ms = Curl_timeleft(conn->data, NULL, FALSE);
|
||||
timeout_ms = Curl_timeleft(data, NULL, FALSE);
|
||||
if(timeout_ms < 0) {
|
||||
result = CURLE_OPERATION_TIMEDOUT;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue