summaryrefslogtreecommitdiff
path: root/indra/newview/llsechandler_basic.cpp
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/llsechandler_basic.cpp
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/llsechandler_basic.cpp')
-rw-r--r--indra/newview/llsechandler_basic.cpp5
1 files changed, 5 insertions, 0 deletions
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.