From c17c298d72acc8ec3cba1f45f615811c50749de4 Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Wed, 26 Mar 2008 16:25:18 +0000 Subject: [PATCH] Bug 362127. Persist "Services" credentials without delay --- CASA/micasad/cache/SecretStore.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CASA/micasad/cache/SecretStore.cs b/CASA/micasad/cache/SecretStore.cs index f9c1cb9b..cd5153d5 100644 --- a/CASA/micasad/cache/SecretStore.cs +++ b/CASA/micasad/cache/SecretStore.cs @@ -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