cppchecker fix - duplicate
This commit is contained in:
@@ -2983,13 +2983,11 @@ int readIclass(bool loop, bool verbose) {
|
|||||||
|
|
||||||
if (isHidRange) {
|
if (isHidRange) {
|
||||||
if (legacy)
|
if (legacy)
|
||||||
PrintAndLogEx(SUCCESS, " : Possible iClass - legacy credential tag");
|
PrintAndLogEx(SUCCESS, " : Possible iClass - "_YELLOW_("legacy")" credential tag");
|
||||||
|
|
||||||
if (se_enabled)
|
if (se_enabled)
|
||||||
PrintAndLogEx(SUCCESS, " : Possible iClass - SE credential tag");
|
PrintAndLogEx(SUCCESS, " : Possible iClass - "_YELLOW_("SE")" credential tag");
|
||||||
}
|
|
||||||
|
|
||||||
if (isHidRange) {
|
|
||||||
PrintAndLogEx(SUCCESS, " : Tag is "_YELLOW_("iClass")", CSN is in HID range");
|
PrintAndLogEx(SUCCESS, " : Tag is "_YELLOW_("iClass")", CSN is in HID range");
|
||||||
} else {
|
} else {
|
||||||
PrintAndLogEx(SUCCESS, " : Tag is "_YELLOW_("PicoPass")", CSN is not in HID range");
|
PrintAndLogEx(SUCCESS, " : Tag is "_YELLOW_("PicoPass")", CSN is not in HID range");
|
||||||
|
|||||||
Reference in New Issue
Block a user