summaryrefslogtreecommitdiff
path: root/indra/newview/llsecapi.h
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2022-04-25 12:35:07 -0700
committerBrad Kittenbrink <brad@lindenlab.com>2022-04-25 12:35:07 -0700
commit372a04dd51939d658cef93076651527318a89e33 (patch)
treeb1012b3ad34f6bf7ad856864796bfc08e5b128ec /indra/newview/llsecapi.h
parente9921e77b0a6c66855204db82d56de7925651a4d (diff)
Fix for SL-17223 save mfa_hash protected store immediately so it doesn't get lost in case of crash
Diffstat (limited to 'indra/newview/llsecapi.h')
-rw-r--r--indra/newview/llsecapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsecapi.h b/indra/newview/llsecapi.h
index e1320375ab..d8831fee93 100644
--- a/indra/newview/llsecapi.h
+++ b/indra/newview/llsecapi.h
@@ -485,6 +485,9 @@ public:
const std::string& data_id,
const std::string& map_elem)=0;
+ // ensure protected store's map is written to storage
+ virtual void syncProtectedMap() = 0;
+
public:
virtual LLPointer<LLCredential> createCredential(const std::string& grid,
const LLSD& identifier,