coverity fix
This commit is contained in:
@@ -52,13 +52,15 @@ int CmdHFSearch(const char *Cmd) {
|
|||||||
CLIParserInit(&ctx, "hf search",
|
CLIParserInit(&ctx, "hf search",
|
||||||
"Will try to find a HF read out of the unknown tag.\n"
|
"Will try to find a HF read out of the unknown tag.\n"
|
||||||
"Continues to search for all different HF protocols.",
|
"Continues to search for all different HF protocols.",
|
||||||
"hf sniff"
|
"hf search"
|
||||||
);
|
);
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||||
|
CLIParserFree(ctx);
|
||||||
|
|
||||||
int res = PM3_ESOFT;
|
int res = PM3_ESOFT;
|
||||||
|
|
||||||
PROMPT_CLEARLINE;
|
PROMPT_CLEARLINE;
|
||||||
|
|||||||
Reference in New Issue
Block a user