diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 15:59:56 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 15:59:56 -0800 |
commit | b3c1d0dc07a16b47626968ae55b5e6a725d8d722 (patch) | |
tree | 65247c315d88dc50e902d8a940ce83e7b8a8bdee /indra | |
parent | 94e5625f2c5bfef9d6cd7e5ffdda3a0e64717d93 (diff) |
CID-254
Checker: UNINIT
Function: LLCacheName::Impl::processUUIDRequest(LLMessageSystem *, bool)
File: /indra/llmessage/llcachename.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llmessage/llcachename.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp index 3078d80552..dbec2816c8 100644 --- a/indra/llmessage/llcachename.cpp +++ b/indra/llmessage/llcachename.cpp @@ -125,7 +125,7 @@ private: }; ReplySender::ReplySender(LLMessageSystem* msg) - : mMsg(msg), mPending(false) + : mMsg(msg), mPending(false), mCurrIsGroup(false) { } ReplySender::~ReplySender() |