From: Daniel Stenberg Date: Wed, 24 Nov 2004 18:25:33 +0000 (+0000) Subject: added missing new error string X-Git-Tag: curl-7_12_3~154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b3fba1ad5bbfd7c6466aa54dc1a601e124d225c;p=thirdparty%2Fcurl.git added missing new error string --- diff --git a/lib/strerror.c b/lib/strerror.c index d8e0858803..cc7454c7e7 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -230,6 +230,9 @@ curl_easy_strerror(CURLcode error) case CURLE_FTP_SSL_FAILED: return "Requested FTP SSL level failed"; + case CURLE_SEND_FAIL_REWIND: + return "Send failed since rewinding of the data stream failed"; + case CURLE_URL_MALFORMAT_USER: /* not used by current libcurl */ case CURLE_MALFORMAT_USER: /* not used by current libcurl */ case CURLE_BAD_CALLING_ORDER: /* not used by current libcurl */