Skip to content
Snippets Groups Projects
Commit 286c6faa authored by ¡Cinder! ㊝'s avatar ¡Cinder! ㊝ :speech_balloon:
Browse files

Oops

parent 3e4f3f67
No related branches found
No related tags found
No related merge requests found
...@@ -495,7 +495,7 @@ void LLGridManager::addRemoteGrid(const std::string& login_uri) ...@@ -495,7 +495,7 @@ void LLGridManager::addRemoteGrid(const std::string& login_uri)
grid.insert(0, "http://"); grid.insert(0, "http://");
} }
LLSD data; 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()), LLHTTPClient::get(llformat("%s/get_grid_info", grid.c_str()),
new LLGridInfoRequestResponder(this, data)); new LLGridInfoRequestResponder(this, data));
......
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