summaryrefslogtreecommitdiff
path: root/UMain.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UMain.pas')
-rw-r--r--UMain.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/UMain.pas b/UMain.pas
index e4e8c54..119e7cc 100644
--- a/UMain.pas
+++ b/UMain.pas
@@ -6381,6 +6381,7 @@ begin
if Password <> nil then begin
TVFSEngine(Engine).Password := string(Password);
TVFSEngine(Engine).PasswordUsed := False;
+ TVFSEngine(Engine).ResetPassword;
g_free(Password);
end;
except