Fix wrong variable assignment

This commit is contained in:
PiervitoCreanza 2023-04-13 20:29:15 +02:00
commit 62fb634fdb
No known key found for this signature in database
GPG key ID: 8B6332EA782FCB8B

View file

@ -7986,7 +7986,7 @@ static int CmdHF14AMfValue(const char *Cmd) {
PrintAndLogEx(WARNING, "Input key type must be A or B");
return PM3_EINVARG;
} else if (arg_get_lit(ctx, 10)) {
keytype = MF_KEY_B;;
transferkeytype = MF_KEY_B;;
}
int keylen = 0;