From 4439f31b7ee2487158efda723d015770ac7937db Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 12 Nov 2020 00:40:26 +0000 Subject: [PATCH] remove end slash from gridUrl --- OpenSim/Framework/GridInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);