aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
authorJeff Ames2010-11-08 07:48:35 -0500
committerJeff Ames2010-11-08 07:48:35 -0500
commitae9c4a4d118e126b4f849bbfed112d0971459339 (patch)
tree6663b9a8f36fa5e21eb1c5f2560f8e177066ba57 /OpenSim/ApplicationPlugins
parentReinstate a lost fix (diff)
downloadopensim-SC_OLD-ae9c4a4d118e126b4f849bbfed112d0971459339.zip
opensim-SC_OLD-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.gz
opensim-SC_OLD-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.bz2
opensim-SC_OLD-ae9c4a4d118e126b4f849bbfed112d0971459339.tar.xz
Formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index 854307c..15adb99 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -117,7 +117,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
117 117
118 m_application = openSim; 118 m_application = openSim;
119 string bind_ip_address = m_config.GetString("bind_ip_address", "0.0.0.0"); 119 string bind_ip_address = m_config.GetString("bind_ip_address", "0.0.0.0");
120 IPAddress ipaddr = IPAddress.Parse( bind_ip_address ); 120 IPAddress ipaddr = IPAddress.Parse(bind_ip_address);
121 m_httpServer = MainServer.GetHttpServer((uint)port,ipaddr); 121 m_httpServer = MainServer.GetHttpServer((uint)port,ipaddr);
122 122
123 Dictionary<string, XmlRpcMethod> availableMethods = new Dictionary<string, XmlRpcMethod>(); 123 Dictionary<string, XmlRpcMethod> availableMethods = new Dictionary<string, XmlRpcMethod>();