Minor Changes
This commit is contained in:
parent
63efca8eb6
commit
76c9b60782
File diff suppressed because it is too large
Load Diff
@ -83,7 +83,7 @@ namespace Novell.CASA
|
|||||||
string sSecretId = id;
|
string sSecretId = id;
|
||||||
int iSecretType = Secret.SS_BINARY;
|
int iSecretType = Secret.SS_BINARY;
|
||||||
|
|
||||||
Console.WriteLine("GetSecret called for "+id);
|
//Console.WriteLine("GetSecret called for "+id);
|
||||||
if (sSecretId.StartsWith("SS_CredSet"))
|
if (sSecretId.StartsWith("SS_CredSet"))
|
||||||
{
|
{
|
||||||
sSecretId = sSecretId.Substring(11);
|
sSecretId = sSecretId.Substring(11);
|
||||||
|
Loading…
Reference in New Issue
Block a user