diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 663b7d323..ac290c9ac 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -4286,7 +4286,7 @@ do_check_pin (app_t app, const char *keyidstr, log_info (_("card is permanently locked!\n")); return gpg_error (GPG_ERR_BAD_PIN); } - else if (value[6] < 3) + else if (count < 3) { log_info (_("verification of Admin PIN is currently prohibited " "through this command\n"));