mirror of
https://github.com/curl/curl.git
synced 2026-04-27 01:42:13 +03:00
don't use a blank proxy
This commit is contained in:
parent
c1f31180a2
commit
cc497fd153
1 changed files with 1 additions and 1 deletions
|
|
@ -1488,7 +1488,7 @@ CURLcode ftp_use_pasv(struct connectdata *conn,
|
|||
else
|
||||
return CURLE_FTP_CANT_RECONNECT;
|
||||
|
||||
if(data->change.proxy) {
|
||||
if(data->change.proxy && *data->change.proxy) {
|
||||
/*
|
||||
* This is a tunnel through a http proxy and we need to connect to the
|
||||
* proxy again here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue