Fix local variable scoping issue

master
Beq 2020-11-12 01:35:45 +00:00
parent a9a98c510b
commit 335e9e1363
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ void LLGridManager::addGrid(GridEntry* grid_entry, AddState state)
{
// no protocol was specified let's assume http
// GRID_VALUE remains unchanged
std::string uri = "http://" + grid;
uri = "http://" + grid;
}
if (std::string::npos != uri.find("lindenlab.com"))