mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
ftp_state_use_port: minor code indent fix
This commit is contained in:
parent
58a7c51362
commit
2147492050
@ -805,7 +805,8 @@ static CURLcode ftp_state_use_port(struct connectdata *conn,
|
|||||||
host = addr;
|
host = addr;
|
||||||
else
|
else
|
||||||
host = hbuf; /* use the hbuf for host name */
|
host = hbuf; /* use the hbuf for host name */
|
||||||
}else
|
}
|
||||||
|
else
|
||||||
/* there was only a port(-range) given, default the host */
|
/* there was only a port(-range) given, default the host */
|
||||||
host = NULL;
|
host = NULL;
|
||||||
} /* data->set.ftpport */
|
} /* data->set.ftpport */
|
||||||
|
Loading…
Reference in New Issue
Block a user