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) 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