mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +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) {
|
||||
ERR ("%s", "Unable to connect to NFC device.");
|
||||
return EXIT_FAILURE;
|
||||
continue;
|
||||
}
|
||||
nfc_initiator_init (pnd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user