mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:47:18 +03: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
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue