Next time maybe I should check it still compiles before committing.

This commit is contained in:
MW
2007-07-12 15:30:09 +00:00
parent 20a77a6d4b
commit 7198d7980d
4 changed files with 3 additions and 6 deletions

View File

@@ -115,11 +115,6 @@ namespace OpenSim
m_log.Verbose("Main.cs:Startup() - Initialising HTTP server");
if (m_sandbox)
{
httpServer.AddXmlRPCHandler("login_to_simulator", ((CommunicationsLocal)this.commsManager).UserServices.XmlRpcLoginMethod);
}
//Start http server
m_log.Verbose("Main.cs:Startup() - Starting HTTP server");
httpServer.Start();