mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
seems to compile ( tests comented out)
This commit is contained in:
@@ -100,14 +100,10 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
m_log.Error("[USER AGENT CONNECTOR]: No Server URI named in section UserAgentService");
|
||||
throw new Exception("UserAgent connector init error");
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
m_ServerURL = m_ServerURLHost = serviceURI;
|
||||
if (!m_ServerURL.EndsWith("/"))
|
||||
m_ServerURL += "/";
|
||||
=======
|
||||
m_ServerURL = serviceURI;
|
||||
>>>>>>> avn/ubitvar
|
||||
|
||||
//m_log.DebugFormat("[USER AGENT CONNECTOR]: new connector to {0}", m_ServerURL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user