1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

ftp_state_use_port: minor code indent fix

This commit is contained in:
Daniel Stenberg 2011-09-07 22:46:06 +02:00
parent 58a7c51362
commit 2147492050

View File

@ -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 */