* Stop converting serviceURL to all lower case. * Thanks mcortez0.6.5-rc1
parent
af73bcd363
commit
978f98fe7e
|
@ -64,7 +64,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
|||
|
||||
public XmlRpcGroupDataProvider(string serviceURL, bool disableKeepAlive)
|
||||
{
|
||||
m_serviceURL = serviceURL.Trim().ToLower();
|
||||
m_serviceURL = serviceURL.Trim();
|
||||
m_disableKeepAlive = disableKeepAlive;
|
||||
|
||||
if ((serviceURL == null) ||
|
||||
|
|
Loading…
Reference in New Issue