Slashing trailing slashes.
https://lists.berlios.de/pipermail/opensim-dev/2009-May/006673.html0.6.6-post-fixes
parent
822c2176df
commit
4927bc60a2
|
@ -53,7 +53,7 @@ namespace OpenSim.Services.Connectors
|
|||
|
||||
public AssetServicesConnector(string serverURI)
|
||||
{
|
||||
m_ServerURI = serverURI;
|
||||
m_ServerURI = serverURI.TrimEnd('/');
|
||||
}
|
||||
|
||||
public AssetServicesConnector(IConfigSource source)
|
||||
|
|
Loading…
Reference in New Issue