mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove end slash from gridUrl
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user