Minor tweak to clean up SimianGrid asset service URLs

slimupdates
John Hurliman 2010-03-12 14:39:51 -08:00
parent 3036aba875
commit 3ea9fdea8b
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
throw new Exception("Asset connector init error");
}
if (!serviceUrl.EndsWith("/"))
if (!serviceUrl.EndsWith("/") && !serviceUrl.EndsWith("="))
serviceUrl = serviceUrl + '/';
m_serverUrl = serviceUrl;