Skip to content
Snippets Groups Projects
Commit b0303445 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

more merge fixing

parent a04a706c
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,7 @@ void LLUpdateChecker::Implementation::httpCompleted() ...@@ -140,6 +140,7 @@ void LLUpdateChecker::Implementation::httpCompleted()
S32 status = getStatus(); S32 status = getStatus();
const LLSD& content = getContent(); const LLSD& content = getContent();
const std::string& reason = getReason();
if(status != 200) if(status != 200)
{ {
std::string server_error; std::string server_error;
......
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