1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-13 21:15:08 -05:00

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
parent 3f37ae471d
commit 556b68f44e

View File

@ -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;