We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b8e3e commit baab7c5Copy full SHA for baab7c5
1 file changed
src/lcerr_easy.h
@@ -11,6 +11,8 @@ ERR_ENTRY ( COULDNT_CONNECT )
11
ERR_ENTRY ( FTP_WEIRD_SERVER_REPLY )
12
#if LCURL_CURL_VER_GE(7,51,0)
13
ERR_ENTRY ( WEIRD_SERVER_REPLY )
14
+#else
15
+ERR_ENTRY ( FTP_WEIRD_SERVER_REPLY )
16
#endif
17
ERR_ENTRY ( REMOTE_ACCESS_DENIED )
18
#if LCURL_CURL_VER_GE(7,31,0)
0 commit comments