diff --git a/OpenSim/Framework/GridInfo.cs b/OpenSim/Framework/GridInfo.cs index 555ec5df38..3c1f097e6a 100644 --- a/OpenSim/Framework/GridInfo.cs +++ b/OpenSim/Framework/GridInfo.cs @@ -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(config, "GatekeeperURIAlias", sections, String.Empty);