the unused quit-function didn't pass a correct variable type to the

response reading function
This commit is contained in:
Daniel Stenberg 2004-02-03 09:52:32 +00:00
Родитель 3f37ae471d
Коммит 556b68f44e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2421,7 +2421,7 @@ CURLcode Curl_ftpsendf(struct connectdata *conn,
*/ */
CURLcode Curl_ftp_quit(struct connectdata *conn) CURLcode Curl_ftp_quit(struct connectdata *conn)
{ {
int nread; ssize_t nread;
int ftpcode; int ftpcode;
CURLcode ret; CURLcode ret;