Bug 362127. Persist "Services" credentials without delay

This commit is contained in:
Jim Norman 2008-03-26 16:25:18 +00:00
parent 7aa90dfcaa
commit c17c298d72

View File

@ -790,8 +790,9 @@ namespace sscs.cache
{
if (lss != null)
lss.PersistStoreWithDelay();
if (slss != null)
slss.PersistServerStoreWithDelay();
if (slss != null)
slss.PersistStore(ConstStrings.SSCS_SERVER_KEY_CHAIN_ID);
}
/* This function would need to do any storage/cleanup required