mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
gopher: remove accidental conn->data leftover
This commit is contained in:
parent
a3efced012
commit
f98f219c35
@ -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…
Reference in New Issue
Block a user