diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2019-08-14 13:57:13 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2019-08-14 13:57:13 -0400 |
commit | 0e6a6c7775816a338801c1a74a5741b2eabe801b (patch) | |
tree | f9793f51b99704f63b5d259d02f0c73d52908024 /indra/cmake/LLLogin.cmake | |
parent | 63103afb65d67359a77e3f440ac868a62a258b1b (diff) |
DRTVWR-493: Work around static initialization order problem.
LLParamSingleton contained a static member mutex. Unfortunately that wasn't
guaranteed to be initialized by the time its getInstance() was entered. Use a
function-local static instead.
Diffstat (limited to 'indra/cmake/LLLogin.cmake')
0 files changed, 0 insertions, 0 deletions