mirror of
https://github.com/curl/curl.git
synced 2026-07-16 05:17:19 +03:00
Kamil Dudka's follow-up fix
This commit is contained in:
parent
379bfa5a36
commit
97f27ea585
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ static int nss_load_cert(struct ssl_connect_data *ssl,
|
|||
|
||||
PK11_FreeSlot(slot);
|
||||
|
||||
if(ssl->cacert == NULL) {
|
||||
if(ssl->cacert[slotID] == NULL) {
|
||||
free(nickname);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue