mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Minor tweak to clean up SimianGrid asset service URLs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user