diff --git a/client/src/atrs.c b/client/src/atrs.c index 72907f888..e282b5e8d 100644 --- a/client/src/atrs.c +++ b/client/src/atrs.c @@ -31,11 +31,6 @@ const char *getAtrInfo(const char *atr_str) { return NULL; } - // iceman: how do your loop handle these? - // +++++ + - // { "3BFF1100008171404200002101314252000[0,5]63........9000.*", "Smart Card 'The Smart Way to Login' Used on Acer TravelMate to secure boot" }, - - for (int j = 0; j < slen; j++) { tmp_atr[j] = AtrTable[i].bytes[j]=='.' ? '.' : atr_str[j]; }