mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
invert force logic
This commit is contained in:
@@ -2030,7 +2030,7 @@ static int CmdHF14AMfUInfo(const char *Cmd) {
|
||||
CLIGetHexWithReturn(ctx, 1, authenticationkey, &ak_len);
|
||||
bool swap_endian = arg_get_lit(ctx, 2);
|
||||
// bool verbose = arg_get_lit(ctx, 3);
|
||||
bool override = arg_get_lit(ctx, 3);
|
||||
bool override = (arg_get_lit(ctx, 3) == false);
|
||||
CLIParserFree(ctx);
|
||||
|
||||
if (ak_len) {
|
||||
@@ -2156,7 +2156,6 @@ static int CmdHF14AMfUInfo(const char *Cmd) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// do counters and signature first (don't neet auth)
|
||||
|
||||
// ul counters are different than ntag counters
|
||||
|
||||
Reference in New Issue
Block a user