mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-17 21:13:46 +00:00
another hardcode value
This commit is contained in:
@@ -620,7 +620,7 @@ static bool is_directwrite(bool test_write)
|
|||||||
bUseKeyFile = false;
|
bUseKeyFile = false;
|
||||||
// Try to authenticate for the current sector
|
// Try to authenticate for the current sector
|
||||||
if (!authenticate(0)) {
|
if (!authenticate(0)) {
|
||||||
printf("!\nError: authentication failed for block 0x%02x\n", 0);
|
printf("!\nError: authentication failed for block 0x00\n");
|
||||||
bUseKeyFile = orig_bUseKeyFile;
|
bUseKeyFile = orig_bUseKeyFile;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user