1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Kamil Dudka's follow-up fix

This commit is contained in:
Daniel Stenberg 2009-04-14 09:40:53 +00:00
parent 379bfa5a36
commit 97f27ea585

View File

@ -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;
}