the unused quit-function didn't pass a correct variable type to the
response reading function
This commit is contained in:
Родитель
3f37ae471d
Коммит
556b68f44e
|
@ -2421,7 +2421,7 @@ CURLcode Curl_ftpsendf(struct connectdata *conn,
|
|||
*/
|
||||
CURLcode Curl_ftp_quit(struct connectdata *conn)
|
||||
{
|
||||
int nread;
|
||||
ssize_t nread;
|
||||
int ftpcode;
|
||||
CURLcode ret;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче