mirror of
https://github.com/curl/curl.git
synced 2026-05-14 13:46:22 +03:00
ftp: remove conn->data leftover
This commit is contained in:
parent
56d1891db6
commit
ba4808d53c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue