aboutsummaryrefslogtreecommitdiff
path: root/lib/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strerror.c')
-rw-r--r--lib/strerror.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/strerror.c b/lib/strerror.c
index ae618c6e4..0f0c0fff2 100644
--- a/lib/strerror.c
+++ b/lib/strerror.c
@@ -236,6 +236,9 @@ curl_easy_strerror(CURLcode error)
case CURLE_SEND_FAIL_REWIND:
return "Send failed since rewinding of the data stream failed";
+ case CURLE_LOGIN_DENIED:
+ return "FTP: login denied";;
+
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 */