diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-08-22 15:37:03 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-09-07 21:24:27 -0400 |
commit | af2d679e1414369f23a2d37a113634b0ac7f38b0 (patch) | |
tree | 0d6263b9a37817fbe2c7c1b52b3118b8a2c83ef6 /packages/OS400/curl.inc.in | |
parent | add8ee7d57bf9d61a586126e1182e7eb356834fe (diff) | |
download | curl-af2d679e1414369f23a2d37a113634b0ac7f38b0.tar.gz |
errors: new alias CURLE_WEIRD_SERVER_REPLY (8)
Since we're using CURLE_FTP_WEIRD_SERVER_REPLY in imap, pop3 and smtp as
more of a generic "failed to parse" introduce an alias without FTP in
the name.
Closes https://github.com/curl/curl/pull/975
Diffstat (limited to 'packages/OS400/curl.inc.in')
-rw-r--r-- | packages/OS400/curl.inc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 1e8a93dd1..486f655e9 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -369,6 +369,8 @@ d c 6 d CURLE_COULDNT_CONNECT... d c 7 + d CURLE_WEIRD_SERVER_REPLY... + d c 8 d CURLE_FTP_WEIRD_SERVER_REPLY... d c 8 d CURLE_REMOTE_ACCESS_DENIED... |