diff --git a/indra/llmessage/llares.cpp b/indra/llmessage/llares.cpp index 104629c157d2ba7cbd34f1de4cb27d85853bb005..52edfc86b9cc21b5f25854820b913a0094756f2f 100644 --- a/indra/llmessage/llares.cpp +++ b/indra/llmessage/llares.cpp @@ -175,7 +175,8 @@ void LLAres::rewriteURI(const std::string &uri, UriRewriteResponder *resp) LLQueryResponder::LLQueryResponder() : LLAres::QueryResponder(), - mResult(ARES_ENODATA) + mResult(ARES_ENODATA), + mType(RES_INVALID) { }