From 3b4c51913fb8b72ad8cf3893d504ff1dd0d82d44 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 Jan 2021 09:30:10 +0100 Subject: ftp: remove conn->data leftover --- lib/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ftp.c b/lib/ftp.c index 9014ae4d4..29566fb2f 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 -- cgit v1.2.1