From af2d679e1414369f23a2d37a113634b0ac7f38b0 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 22 Aug 2016 15:37:03 -0400 Subject: 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 --- packages/OS400/curl.inc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/OS400') 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... -- cgit v1.2.3