Commit 556b68f4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

response reading function
parent 3f37ae47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;