summaryrefslogtreecommitdiff
path: root/indra/newview/llsecapi.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-11-02 22:36:26 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-11-02 22:42:32 +0200
commit5c5a1973a137c05b8b25498158e36adc6dcf2717 (patch)
tree9356957de15709f3c86f0bd71fc121558753e46f /indra/newview/llsecapi.cpp
parentf2cf005e0ef69c0018e3dd338a11d3dc2a3e0cfb (diff)
parentcbaba2df56c66926e051d50b6cb02955c81c2a6c (diff)
Merge remote-tracking branch 'origin/master' into DRTVWR-540-maint
# Conflicts: # autobuild.xml # indra/newview/CMakeLists.txt # indra/newview/installers/darwin/apple-notarize.sh # indra/newview/llappviewermacosx.cpp # indra/newview/llappviewerwin32.h # indra/newview/viewer_manifest.py # indra/win_crash_logger/llcrashloggerwindows.cpp
Diffstat (limited to 'indra/newview/llsecapi.cpp')
-rw-r--r--indra/newview/llsecapi.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llsecapi.cpp b/indra/newview/llsecapi.cpp
index b9259cb18d..aba8ca5a4a 100644
--- a/indra/newview/llsecapi.cpp
+++ b/indra/newview/llsecapi.cpp
@@ -75,6 +75,12 @@ void initializeSecHandler()
}
}
+
+void clearSecHandler()
+{
+ gSecAPIHandler = NULL;
+ gHandlerMap.clear();
+}
// start using a given security api handler. If the string is empty
// the default is used
LLPointer<LLSecAPIHandler> getSecHandler(const std::string& handler_type)