From 1d8df738f641dc68278c45bb65afb30e44358ec1 Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 4 Aug 2009 04:57:08 +0100 Subject: Update a misspelled name --- .../Freeswitch/FreeswitchServiceInConnectorModule.cs | 2 +- bin/OpenSim.Server.ini.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs b/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs index a0e8d0c..1116db0 100644 --- a/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs @@ -95,7 +95,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Freeswitch Object[] args = new Object[] { m_Config, MainServer.Instance }; - ServerUtils.LoadPlugin("OpenSim.Server.Handlers.dll:FreeswitchServiceConnector", args); + ServerUtils.LoadPlugin("OpenSim.Server.Handlers.dll:FreeswitchServerConnector", args); } } diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 9b5b169..f0c0de9 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example @@ -6,7 +6,7 @@ ; * read this config file and load the needed OUT and database connectors ; * [Startup] -ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServiceConnector" +ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector" ; * This is common for all services, it's the network setup for the entire ; * server instance -- cgit v1.1