mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Today's work on Building support/tools. Think I am slowly getting there.
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenSim
|
||||
public class OpenSimMain : RegionApplicationBase, conscmd_callback
|
||||
{
|
||||
protected CommunicationsManager commsManager;
|
||||
// private CheckSumServer checkServer;
|
||||
// private CheckSumServer checkServer;
|
||||
|
||||
private bool m_silent;
|
||||
private string m_logFilename = "region-console-" + Guid.NewGuid().ToString() + ".log";
|
||||
@@ -96,7 +96,7 @@ namespace OpenSim
|
||||
{
|
||||
this.SetupLocalGridServers();
|
||||
// this.checkServer = new CheckSumServer(12036);
|
||||
// this.checkServer.ServerListener();
|
||||
// this.checkServer.ServerListener();
|
||||
this.commsManager = new CommunicationsLocal(this.serversData);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user