mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 18:55:38 +00:00
Update nfc.c
This commit is contained in:
@@ -157,7 +157,7 @@ rx_init(fido_dev_t *d, unsigned char *buf, size_t count, int ms)
|
|||||||
|
|
||||||
memset(attr, 0, sizeof(*attr));
|
memset(attr, 0, sizeof(*attr));
|
||||||
|
|
||||||
if ((n = rx_msg(d, f, sizeof(f), ms, false)) < 2 ||
|
if ((n = d->io.read(d->io_handle, f, sizeof(f), ms)) < 2 ||
|
||||||
(f[n - 2] << 8 | f[n - 1]) != SW_NO_ERROR) {
|
(f[n - 2] << 8 | f[n - 1]) != SW_NO_ERROR) {
|
||||||
fido_log_debug("%s: read", __func__);
|
fido_log_debug("%s: read", __func__);
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user