From 7240f133e5af55e635ef85be099b715e8daaf022 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 11 Oct 2021 12:17:26 +0200 Subject: [PATCH] remove comment as there is no such issue with new atr list --- client/src/atrs.c | 5 ----- 1 file changed, 5 deletions(-) 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]; }