Improve persistence experience for the user

This commit is contained in:
Jim Norman
2005-10-31 20:21:32 +00:00
parent d17617d6fd
commit d100d3d36f
4 changed files with 49 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ namespace Novell.CASA.MiCasa.Common
if (sSecretID != null)
{
if (sSecretID.StartsWith("SS_CredSet"))
m_SecretID = "SS_CredSet:" + EscapeReservedChars(sSecretID.Substring(12)) + '\0';
m_SecretID = "SS_CredSet:" + EscapeReservedChars(sSecretID.Substring(11)) + '\0';
else
m_SecretID = "SS_CredSet:" + EscapeReservedChars(sSecretID) + '\0';
}