mirror of
https://github.com/curl/curl.git
synced 2026-05-19 12:46:20 +03:00
removed a failf() that would overwrite the previous error message
This commit is contained in:
parent
4e4a899306
commit
e39e6c537e
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ Curl_SSLConnect(struct connectdata *conn)
|
|||
|
||||
if(data->cert) {
|
||||
if (!cert_stuff(conn, data->cert, data->cert)) {
|
||||
failf(data, "couldn't use certificate!\n");
|
||||
/* failf() is already done in cert_stuff() */
|
||||
return CURLE_SSL_CONNECT_ERROR;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue