Fix corrupted files, c_micasad/lss/CASACrypto.cs and c_gui/Common.cs
This commit is contained in:
parent
26222d65a3
commit
c3bccfd316
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user