Reset PIN status on select.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-03-25 11:43:10 +01:00
parent beabcdd8a6
commit c35beb5b0e
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -223,7 +223,8 @@ static void scan_files() {
void init_piv() { void init_piv() {
scan_files(); scan_files();
//cmd_select(); has_pwpiv = false;
// cmd_select();
} }
int piv_unload() { int piv_unload() {