Commit cc497fd1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

don't use a blank proxy

parent c1f31180
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.