diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-10-13 15:28:53 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-10-13 15:28:53 -0600 |
commit | e989b79dae7b7128c6ce4580b6731dcd3347b94e (patch) | |
tree | 72c71a57659a7068f291426cb5235cb68d3436c9 /indra/newview/llsecapi.cpp | |
parent | 492ea7c3a03d5ef0d3679b873a44c08baaced0f1 (diff) | |
parent | cbaba2df56c66926e051d50b6cb02955c81c2a6c (diff) |
Merge branch 'master' into DRTVWR-528
Diffstat (limited to 'indra/newview/llsecapi.cpp')
-rw-r--r-- | indra/newview/llsecapi.cpp | 6 |
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) |