Skip to content
Snippets Groups Projects
Commit e2b91059 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Another slurl parsing tweak

parent 16346a4c
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ LLSLURL::LLSLURL(const std::string& slurl)
// (or its a slurl.com or maps.secondlife.com URL).
if ((slurl_uri.scheme() == LLSLURL::SLURL_HTTP_SCHEME ||
slurl_uri.scheme() == LLSLURL::SLURL_HTTPS_SCHEME) &&
slurl_uri.hostName() != LLGridManager::getInstance()->getGrid())
LLGridManager::getInstance()->getGridByProbing(slurl_uri.hostName()) != LLGridManager::getInstance()->getGrid())
{
return;
}
......
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