fixup the coverity fix

This commit is contained in:
Jakub Jelen 2018-08-07 18:07:36 +02:00
parent 009e39709f
commit baff4a61a7
1 changed files with 1 additions and 1 deletions

View File

@ -4293,7 +4293,7 @@ index 88c9d6e2..a29b4451 100644
free(attribs[i].pValue);
}
if ((rv = f->C_FindObjectsFinal(session)) != CKR_OK)
@@ -581,126 +740,238 @@ pkcs11_fetch_keys_filter(struct pkcs11_provider *p, CK_ULONG slotidx,
@@ -581,126 +740,239 @@ pkcs11_fetch_keys_filter(struct pkcs11_provider *p, CK_ULONG slotidx,
int
pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp)
{