Minor tweak to clean up SimianGrid asset service URLs
parent
3036aba875
commit
3ea9fdea8b
|
@ -101,7 +101,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||||
throw new Exception("Asset connector init error");
|
throw new Exception("Asset connector init error");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!serviceUrl.EndsWith("/"))
|
if (!serviceUrl.EndsWith("/") && !serviceUrl.EndsWith("="))
|
||||||
serviceUrl = serviceUrl + '/';
|
serviceUrl = serviceUrl + '/';
|
||||||
|
|
||||||
m_serverUrl = serviceUrl;
|
m_serverUrl = serviceUrl;
|
||||||
|
|
Loading…
Reference in New Issue