1
0
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:
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; 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 */