mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
HG: AAdded a few missing /'s at the end of URLs
This commit is contained in:
@@ -92,7 +92,10 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
|
||||
public SimianInventoryServiceConnector(string url)
|
||||
{
|
||||
if (!url.EndsWith("/") && !url.EndsWith("="))
|
||||
url = url + '/';
|
||||
m_serverUrl = url;
|
||||
|
||||
}
|
||||
|
||||
public void Initialise(IConfigSource source)
|
||||
|
||||
Reference in New Issue
Block a user