nfc-list: continue to attempt to reach devices after a connection failure.
This commit is contained in:
parent
6752951084
commit
2e2d091bfd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue