We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
E_WEIRD_SERVER_REPLY
CURLE_FTP_WEIRD_SERVER_REPLY
1 parent 714486c commit 0ffad3cCopy full SHA for 0ffad3c
src/lcerror.c
@@ -284,7 +284,7 @@ static const lcurl_const_t lcurl_error_codes[] = {
284
#if LCURL_CURL_VER_GE(7,51,0)
285
{ "E_FTP_WEIRD_SERVER_REPLY", CURLE_FTP_WEIRD_SERVER_REPLY },
286
#else
287
- { "E_WEIRD_SERVER_REPLY", CURLE_WEIRD_SERVER_REPLY },
+ { "E_WEIRD_SERVER_REPLY", CURLE_FTP_WEIRD_SERVER_REPLY },
288
#endif
289
290
#define ERR_ENTRY(N) { "E_MULTI_"#N, CURLM_##N },
0 commit comments