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

ftp_state_use_port: minor code indent fix

parent 58a7c513
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -805,7 +805,8 @@ static CURLcode ftp_state_use_port(struct connectdata *conn,
        host = addr;
      else
        host = hbuf; /* use the hbuf for host name */
    }else
    }
    else
      /* there was only a port(-range) given, default the host */
      host = NULL;
  } /* data->set.ftpport */