From: Daniel Stenberg Date: Wed, 20 Jan 2021 08:30:10 +0000 (+0100) Subject: ftp: remove conn->data leftover X-Git-Tag: curl-7_75_0~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4808d53ce062863b36be580ffc41d3495b32ee;p=thirdparty%2Fcurl.git ftp: remove conn->data leftover --- diff --git a/lib/ftp.c b/lib/ftp.c index 9014ae4d40..29566fb2f7 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -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