summaryrefslogtreecommitdiff
path: root/indra/newview/tests
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-22 13:46:50 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-22 13:46:50 +0100
commit24a7ac8dd6438a1648feda1fa34dc4482d0c8d2d (patch)
treeeb98027e133c3112a5e6ddf30b27e81d6ab345e1 /indra/newview/tests
parent3fb0736bec2fdea6fbb729e2582aa69bd270b318 (diff)
CID-505
Checker: UNINIT_CTOR Function: LLGridManager::LLGridManager() File: /indra/newview/tests/lllogininstance_test.cpp
Diffstat (limited to 'indra/newview/tests')
-rw-r--r--indra/newview/tests/lllogininstance_test.cpp2
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)
{
}