Correct error code for CCC/SSL shutdown failure

This commit is contained in:
Linus Nielsen Feltzing 2007-01-08 11:24:11 +00:00
parent 55123424c8
commit d465199411
4 changed files with 12 additions and 8 deletions

View file

@ -397,8 +397,8 @@ typedef enum {
generic so the error message will be of
interest when this has happened */
CURLE_FTP_SSL_CCC_FAILED, /* 80 - Failed to clear the FTP command
channel */
CURLE_SSL_SHUTDOWN_FAILED, /* 80 - Failed to shut down the SSL
connection */
CURL_LAST /* never use! */
} CURLcode;