nfc-list: continue to attempt to reach devices after a connection failure.

This commit is contained in:
Romuald Conty 2011-10-27 13:46:13 +00:00
parent 6752951084
commit 2e2d091bfd

View file

@ -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);