verifying the pin is a valid action

This commit is contained in:
Frank Morgner 2013-09-23 15:56:30 +02:00 committed by Viktor Tarasov
parent 3d0064e983
commit 6e728a89ee
1 changed files with 1 additions and 0 deletions

View File

@ -1832,6 +1832,7 @@ int main(int argc, char * const argv[])
break;
case OPT_VERIFY_PIN:
do_verify_pin = 1;
action_count++;
break;
case OPT_CHANGE_PIN:
do_change_pin = 1;