diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-22 13:46:50 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-22 13:46:50 +0100 |
commit | 24a7ac8dd6438a1648feda1fa34dc4482d0c8d2d (patch) | |
tree | eb98027e133c3112a5e6ddf30b27e81d6ab345e1 /indra/newview | |
parent | 3fb0736bec2fdea6fbb729e2582aa69bd270b318 (diff) |
CID-505
Checker: UNINIT_CTOR
Function: LLGridManager::LLGridManager()
File: /indra/newview/tests/lllogininstance_test.cpp
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index 55823fc386..b750d5d816 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -100,6 +100,8 @@ void LLCredential::authenticatorType(std::string &idType) //----------------------------------------------------------------------------- #include "../llviewernetwork.h" LLGridManager::~LLGridManager() +: + mIsInProductionGrid(false) { } |