Skip to content
Snippets Groups Projects
Commit 54cc8274 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-313

Checker: UNINIT_CTOR
Function: LLHTTPPipe::LLHTTPPipe(const LLHTTPNode &)
File: /indra/llmessage/lliohttpserver.cpp
parent c99025f6
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,12 @@ class LLHTTPPipe : public LLIOPipe ...@@ -74,7 +74,12 @@ class LLHTTPPipe : public LLIOPipe
{ {
public: public:
LLHTTPPipe(const LLHTTPNode& node) LLHTTPPipe(const LLHTTPNode& node)
: mNode(node), mResponse(NULL), mState(STATE_INVOKE), mChainLock(0), mStatusCode(0) : mNode(node),
mResponse(NULL),
mState(STATE_INVOKE),
mChainLock(0),
mLockedPump(NULL),
mStatusCode(0)
{ } { }
virtual ~LLHTTPPipe() virtual ~LLHTTPPipe()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment