From 7198d7980d54c130e720c3fd5049e5525a1480e4 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 12 Jul 2007 15:30:09 +0000 Subject: Next time maybe I should check it still compiles before committing. --- OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Communications/Local/CommunicationsLocal.cs') diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index a047843..c47904d 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs @@ -44,6 +44,7 @@ namespace OpenSim.Region.Communications.Local UserServer = UserServices; GridServer = SandBoxServices; InterRegion = SandBoxServices; + httpServer.AddXmlRPCHandler("login_to_simulator", UserServices.XmlRpcLoginMethod); } internal void InformRegionOfLogin(ulong regionHandle, Login login) -- cgit v1.1