mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
HG: AAdded a few missing /'s at the end of URLs
This commit is contained in:
@@ -86,6 +86,8 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
|
||||
public SimianAssetServiceConnector(string url)
|
||||
{
|
||||
if (!url.EndsWith("/") && !url.EndsWith("="))
|
||||
url = url + '/';
|
||||
m_serverUrl = url;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user