Bugzilla – Attachment 3314 Details for
Bug 3058
ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
downgrade from INFO to DEBUG loglevel
bz3058.diff (text/plain), 435 bytes, created by
Damien Miller
on 2019-08-30 13:20:07 AEST
(
hide
)
Description:
downgrade from INFO to DEBUG loglevel
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2019-08-30 13:20:07 AEST
Size:
435 bytes
patch
obsolete
>diff --git a/ssh-pkcs11.c b/ssh-pkcs11.c >index 45ab80d0..c57daa07 100644 >--- a/ssh-pkcs11.c >+++ b/ssh-pkcs11.c >@@ -1523,7 +1523,7 @@ pkcs11_register_provider(char *provider_id, char *pin, struct sshkey ***keyp, > goto fail; > } > if (p->nslots == 0) { >- error("%s: provider %s returned no slots", __func__, >+ debug("%s: provider %s returned no slots", __func__, > provider_id); > ret = -SSH_PKCS11_ERR_NO_SLOTS; > goto fail;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 3058
: 3314