Use CmdTraceListAlias everywhere
This commit is contained in:
@@ -1803,13 +1803,7 @@ static int CmdEMVScan(const char *Cmd) {
|
||||
}
|
||||
|
||||
static int CmdEMVList(const char *Cmd) {
|
||||
char args[128] = {0};
|
||||
if (strlen(Cmd) == 0) {
|
||||
snprintf(args, sizeof(args), "-t 7816");
|
||||
} else {
|
||||
strncpy(args, Cmd, sizeof(args) - 1);
|
||||
}
|
||||
return CmdTraceList(args);
|
||||
return CmdTraceListAlias(Cmd, "emv", "7816");
|
||||
}
|
||||
|
||||
static int CmdEMVTest(const char *Cmd) {
|
||||
|
||||
Reference in New Issue
Block a user