diff options
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs index d8a3184..5f5b7a7 100644 --- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | |||
@@ -99,8 +99,6 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
99 | throw new Exception("UserAgent connector init error"); | 99 | throw new Exception("UserAgent connector init error"); |
100 | } | 100 | } |
101 | m_ServerURL = serviceURI; | 101 | m_ServerURL = serviceURI; |
102 | if (!m_ServerURL.EndsWith("/")) | ||
103 | m_ServerURL += "/"; | ||
104 | 102 | ||
105 | m_log.DebugFormat("[USER AGENT CONNECTOR]: UserAgentServiceConnector started for {0}", m_ServerURL); | 103 | m_log.DebugFormat("[USER AGENT CONNECTOR]: UserAgentServiceConnector started for {0}", m_ServerURL); |
106 | } | 104 | } |