fetcher git: Proper scope for variable

This commit is contained in:
Hylke Bons 2015-01-13 22:20:50 +00:00
parent ffd67fbce8
commit 78eef8db5b

View file

@ -308,7 +308,7 @@ namespace SparkleLib.Git {
if (process.ExitCode == 0) {
if (i > 0)
crypto_password_is_hashed = false;
this.crypto_password_is_hashed = false;
File.Delete (password_check_file_path);
return true;