Fix corrupted files, c_micasad/lss/CASACrypto.cs and c_gui/Common.cs

This commit is contained in:
Jim Norman 2006-02-01 21:31:21 +00:00
parent 26222d65a3
commit c3bccfd316
2 changed files with 9 additions and 8 deletions

View File

@ -349,10 +349,4 @@ public class Common
///##################################################################
/// END OF FILE
///##################################################################
stReply.VERB_UNLOCK_STORE, entryMasterPassword3.Text);
dialogLogin.Destroy();
InitializeGUI();
}
else
{
entryMasterPassword3.Text="";

View File

@ -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;
}
}
}