mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-21 15:03:45 +00:00
nfc-list: continue to attempt to reach devices after a connection failure.
This commit is contained in:
@@ -121,7 +121,7 @@ main (int argc, const char *argv[])
|
|||||||
|
|
||||||
if (pnd == NULL) {
|
if (pnd == NULL) {
|
||||||
ERR ("%s", "Unable to connect to NFC device.");
|
ERR ("%s", "Unable to connect to NFC device.");
|
||||||
return EXIT_FAILURE;
|
continue;
|
||||||
}
|
}
|
||||||
nfc_initiator_init (pnd);
|
nfc_initiator_init (pnd);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user