mirror of
https://github.com/curl/curl.git
synced 2026-06-02 04:24:15 +03:00
ftp_state_use_port: minor code indent fix
This commit is contained in:
parent
58a7c51362
commit
2147492050
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue