From 286c6faa15b8fde1863eb0c789bbce8dfa8f0e40 Mon Sep 17 00:00:00 2001 From: Cinders <cinder@cinderblocks.biz> Date: Sat, 8 Aug 2015 21:48:47 -0600 Subject: [PATCH] Oops --- indra/newview/llviewernetwork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewernetwork.cpp b/indra/newview/llviewernetwork.cpp index 1ab1b163bf..4a8fd020d4 100755 --- a/indra/newview/llviewernetwork.cpp +++ b/indra/newview/llviewernetwork.cpp @@ -495,7 +495,7 @@ void LLGridManager::addRemoteGrid(const std::string& login_uri) grid.insert(0, "http://"); } LLSD data; - data[GRID_VALUE] = LLURI(grid_value).authority(); + data[GRID_VALUE] = LLURI(grid).authority(); LLHTTPClient::get(llformat("%s/get_grid_info", grid.c_str()), new LLGridInfoRequestResponder(this, data)); -- GitLab