Skip to content

Commit baab7c5

Browse files
committed
Fix. Use only one error name for same message.
1 parent 60b8e3e commit baab7c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lcerr_easy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ERR_ENTRY ( COULDNT_CONNECT )
1111
ERR_ENTRY ( FTP_WEIRD_SERVER_REPLY )
1212
#if LCURL_CURL_VER_GE(7,51,0)
1313
ERR_ENTRY ( WEIRD_SERVER_REPLY )
14+
#else
15+
ERR_ENTRY ( FTP_WEIRD_SERVER_REPLY )
1416
#endif
1517
ERR_ENTRY ( REMOTE_ACCESS_DENIED )
1618
#if LCURL_CURL_VER_GE(7,31,0)

0 commit comments

Comments
 (0)