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

CID-307

Checker: UNINIT_CTOR
Function: LLQueryResponder::LLQueryResponder()
File: /indra/llmessage/llares.cpp
parent 641f292a
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,8 @@ void LLAres::rewriteURI(const std::string &uri, UriRewriteResponder *resp) ...@@ -175,7 +175,8 @@ void LLAres::rewriteURI(const std::string &uri, UriRewriteResponder *resp)
LLQueryResponder::LLQueryResponder() LLQueryResponder::LLQueryResponder()
: LLAres::QueryResponder(), : LLAres::QueryResponder(),
mResult(ARES_ENODATA) mResult(ARES_ENODATA),
mType(RES_INVALID)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment