mirror of
https://github.com/curl/curl.git
synced 2026-04-19 23:31:14 +03:00
the unused quit-function didn't pass a correct variable type to the
response reading function
This commit is contained in:
parent
3f37ae471d
commit
556b68f44e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue