mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -117,7 +117,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
|
||||
m_application = openSim;
|
||||
string bind_ip_address = m_config.GetString("bind_ip_address", "0.0.0.0");
|
||||
IPAddress ipaddr = IPAddress.Parse( bind_ip_address );
|
||||
IPAddress ipaddr = IPAddress.Parse(bind_ip_address);
|
||||
m_httpServer = MainServer.GetHttpServer((uint)port,ipaddr);
|
||||
|
||||
Dictionary<string, XmlRpcMethod> availableMethods = new Dictionary<string, XmlRpcMethod>();
|
||||
|
||||
Reference in New Issue
Block a user