Bug 147801. Fix to add additional key-value pairs
This commit is contained in:
@@ -248,7 +248,8 @@ namespace sscs.verbs
|
||||
IDictionaryEnumerator etor = (IDictionaryEnumerator)kc.GetAllSecrets();
|
||||
while(etor.MoveNext())
|
||||
{
|
||||
sc.Add((string)etor.Key);
|
||||
string sID = (string)etor.Key;
|
||||
sc.Add(sID.Substring(0, sID.Length - 1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user