1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

gopher: remove accidental conn->data leftover

This commit is contained in:
Daniel Stenberg 2021-01-18 22:57:56 +01:00
parent a3efced012
commit f98f219c35
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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;