invert force logic

This commit is contained in:
iceman1001 2024-02-16 18:18:32 +01:00
commit 2bce6c93cc

View file

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