1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

ftp: remove conn->data leftover

This commit is contained in:
Daniel Stenberg 2021-01-20 09:30:10 +01:00
parent 56d1891db6
commit ba4808d53c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -830,7 +830,7 @@ static int ftp_domore_getsock(struct Curl_easy *data,
connect on the secondary connection */
socks[0] = conn->sock[FIRSTSOCKET];
if(!conn->data->set.ftp_use_port) {
if(!data->set.ftp_use_port) {
int s;
int i;
/* PORT is used to tell the server to connect to us, and during that we