Bug 362127. Persist "Services" credentials without delay
This commit is contained in:
parent
7aa90dfcaa
commit
c17c298d72
3
CASA/micasad/cache/SecretStore.cs
vendored
3
CASA/micasad/cache/SecretStore.cs
vendored
@ -790,8 +790,9 @@ namespace sscs.cache
|
|||||||
{
|
{
|
||||||
if (lss != null)
|
if (lss != null)
|
||||||
lss.PersistStoreWithDelay();
|
lss.PersistStoreWithDelay();
|
||||||
|
|
||||||
if (slss != null)
|
if (slss != null)
|
||||||
slss.PersistServerStoreWithDelay();
|
slss.PersistStore(ConstStrings.SSCS_SERVER_KEY_CHAIN_ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This function would need to do any storage/cleanup required
|
/* This function would need to do any storage/cleanup required
|
||||||
|
Loading…
Reference in New Issue
Block a user