From 372a04dd51939d658cef93076651527318a89e33 Mon Sep 17 00:00:00 2001 From: Brad Kittenbrink Date: Mon, 25 Apr 2022 12:35:07 -0700 Subject: Fix for SL-17223 save mfa_hash protected store immediately so it doesn't get lost in case of crash --- indra/newview/llsechandler_basic.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llsechandler_basic.cpp') diff --git a/indra/newview/llsechandler_basic.cpp b/indra/newview/llsechandler_basic.cpp index 6b06abaf99..d0da3387ec 100644 --- a/indra/newview/llsechandler_basic.cpp +++ b/indra/newview/llsechandler_basic.cpp @@ -1608,6 +1608,11 @@ void LLSecAPIBasicHandler::removeFromProtectedMap(const std::string& data_type, } } +void LLSecAPIBasicHandler::syncProtectedMap() +{ + // TODO - consider unifing these functions + _writeProtectedData(); +} // // Create a credential object from an identifier and authenticator. credentials are // per grid. -- cgit v1.2.3