remove end slash from gridUrl

This commit is contained in:
UbitUmarov
2020-11-12 00:40:26 +00:00
parent 20695be8cd
commit 4439f31b7e

View File

@@ -394,7 +394,7 @@ namespace OpenSim.Framework
throw new Exception("GatekeeperURI configuration error");
}
m_gridUrl = m_gateKeeperURL.URIwEndSlash;
m_gridUrl = m_gateKeeperURL.URI;
string gatekeeperURIAlias = Util.GetConfigVarFromSections<string>(config, "GatekeeperURIAlias", sections, String.Empty);