mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
looks better on one line (testing the cvs diffing via mail, but I also think
this looks a bit better ;)
This commit is contained in:
parent
25fe47f262
commit
8d62e21072
@ -636,8 +636,7 @@ CURLcode ftp_sendquote(struct connectdata *conn, struct curl_slist *quote)
|
||||
if (item->data) {
|
||||
FTPSENDF(conn, "%s", item->data);
|
||||
|
||||
nread = Curl_GetFTPResponse(
|
||||
conn->data->state.buffer, conn, &ftpcode);
|
||||
nread = Curl_GetFTPResponse(conn->data->state.buffer, conn, &ftpcode);
|
||||
if (nread < 0)
|
||||
return CURLE_OPERATION_TIMEOUTED;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user