diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index e976fe3..17a32cf 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -51,7 +51,7 @@ namespace OpenSim | |||
51 | public class OpenSimMain : RegionApplicationBase, conscmd_callback | 51 | public class OpenSimMain : RegionApplicationBase, conscmd_callback |
52 | { | 52 | { |
53 | protected CommunicationsManager commsManager; | 53 | protected CommunicationsManager commsManager; |
54 | // private CheckSumServer checkServer; | 54 | // private CheckSumServer checkServer; |
55 | 55 | ||
56 | private bool m_silent; | 56 | private bool m_silent; |
57 | private string m_logFilename = "region-console-" + Guid.NewGuid().ToString() + ".log"; | 57 | private string m_logFilename = "region-console-" + Guid.NewGuid().ToString() + ".log"; |
@@ -96,7 +96,7 @@ namespace OpenSim | |||
96 | { | 96 | { |
97 | this.SetupLocalGridServers(); | 97 | this.SetupLocalGridServers(); |
98 | // this.checkServer = new CheckSumServer(12036); | 98 | // this.checkServer = new CheckSumServer(12036); |
99 | // this.checkServer.ServerListener(); | 99 | // this.checkServer.ServerListener(); |
100 | this.commsManager = new CommunicationsLocal(this.serversData); | 100 | this.commsManager = new CommunicationsLocal(this.serversData); |
101 | } | 101 | } |
102 | else | 102 | else |