diff options
-rw-r--r-- | scd/app-piv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scd/app-piv.c b/scd/app-piv.c index 31bde4666..1b3e2e75b 100644 --- a/scd/app-piv.c +++ b/scd/app-piv.c @@ -1920,8 +1920,7 @@ ask_and_prepare_chv (app_t app, ctrl_t ctrl, default: return gpg_error (GPG_ERR_INV_ID); } -#warning debug... - no_cache =0; + /* Ask for the PIN. */ if (!no_cache && remaining >= 3 && pin_from_cache (app, ctrl, keyref, &pinvalue)) |