From: Daniel Stenberg Date: Tue, 3 Feb 2004 09:52:32 +0000 (+0000) Subject: the unused quit-function didn't pass a correct variable type to the X-Git-Tag: cares-1_1_0~371 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556b68f44ee3db9cd3e7ae794e503901b77772e6;p=curl the unused quit-function didn't pass a correct variable type to the response reading function --- diff --git a/lib/ftp.c b/lib/ftp.c index 51159f894..8af1ad19f 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -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;