[openssh-commits] [openssh] 01/01: upstream: fix error message

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jan 6 13:25:51 AEDT 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit ff5784e2698d6c41e9f39ce4df24968c1beeb2bb
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jan 6 02:24:28 2020 +0000

    upstream: fix error message
    
    OpenBSD-Commit-ID: 1eb52025658eb78ea6223181e552862198d3d505
---
 sk-usbhid.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sk-usbhid.c b/sk-usbhid.c
index 2e1573c4..21d791ba 100644
--- a/sk-usbhid.c
+++ b/sk-usbhid.c
@@ -1013,8 +1013,7 @@ sk_load_resident_keys(const char *pin, struct sk_option **options,
 	if (device != NULL) {
 		skdebug(__func__, "trying %s", device);
 		if ((r = read_rks(device, pin, &rks, &nrks)) != 0) {
-			skdebug(__func__, "read_rks failed for %s",
-			    fido_dev_info_path(di));
+			skdebug(__func__, "read_rks failed for %s", device);
 			ret = r;
 			goto out;
 		}

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list