From: Dan Fandrich Date: Thu, 28 Oct 2010 22:47:57 +0000 (-0700) Subject: Removed a leftover mention of FTP in an error message X-Git-Tag: curl-7_21_3~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59db31902c87dc321d8747eae49ac7f996afa204;p=thirdparty%2Fcurl.git Removed a leftover mention of FTP in an error message --- diff --git a/lib/pingpong.c b/lib/pingpong.c index 876a6a2157..bced110ed0 100644 --- a/lib/pingpong.c +++ b/lib/pingpong.c @@ -362,7 +362,7 @@ CURLcode Curl_pp_readresp(curl_socket_t sockfd, else if(gotbytes <= 0) { keepon = FALSE; result = CURLE_RECV_ERROR; - failf(data, "FTP response reading failed"); + failf(data, "response reading failed"); } else { /* we got a whole chunk of data, which can be anything from one