Fix corrupted files, c_micasad/lss/CASACrypto.cs and c_gui/Common.cs
This commit is contained in:
@@ -349,10 +349,4 @@ public class Common
|
||||
///##################################################################
|
||||
/// END OF FILE
|
||||
///##################################################################
|
||||
stReply.VERB_UNLOCK_STORE, entryMasterPassword3.Text);
|
||||
dialogLogin.Destroy();
|
||||
InitializeGUI();
|
||||
}
|
||||
else
|
||||
{
|
||||
entryMasterPassword3.Text="";
|
||||
|
||||
|
||||
@@ -577,4 +577,11 @@ namespace sscs.crypto
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
CSSSLogger.ExpLog(e
|
||||
CSSSLogger.ExpLog(e.ToString());
|
||||
CSSSLogger.DbgLog("Validation of passcode failed.");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user