mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Unix CLI: Don't initially re-ask PIM if it was already specified (#1288)
We don't need to reset PIM in PasswordException as it is immediately fell back to if PIM is specified in text mode, but password is not. This causes an exception that resets the PIM when it shouldn't.
This commit is contained in:
@@ -1409,7 +1409,6 @@ namespace VeraCrypt
|
||||
{
|
||||
ShowInfo (e);
|
||||
options.Password.reset();
|
||||
options.Pim = -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user