aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2009-08-04 04:57:08 +0100
committerMelanie2009-08-04 04:57:08 +0100
commit1d8df738f641dc68278c45bb65afb30e44358ec1 (patch)
tree3a90077ad02bdfd251e220741604eb410ef86b5f
parentUpdate config examples (diff)
downloadopensim-SC_OLD-1d8df738f641dc68278c45bb65afb30e44358ec1.zip
opensim-SC_OLD-1d8df738f641dc68278c45bb65afb30e44358ec1.tar.gz
opensim-SC_OLD-1d8df738f641dc68278c45bb65afb30e44358ec1.tar.bz2
opensim-SC_OLD-1d8df738f641dc68278c45bb65afb30e44358ec1.tar.xz
Update a misspelled name
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs2
-rw-r--r--bin/OpenSim.Server.ini.example2
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
95 95
96 Object[] args = new Object[] { m_Config, MainServer.Instance }; 96 Object[] args = new Object[] { m_Config, MainServer.Instance };
97 97
98 ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:FreeswitchServiceConnector", args); 98 ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:FreeswitchServerConnector", args);
99 } 99 }
100 } 100 }
101 101
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 @@
6; * read this config file and load the needed OUT and database connectors 6; * read this config file and load the needed OUT and database connectors
7; * 7; *
8[Startup] 8[Startup]
9ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServiceConnector" 9ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
10 10
11; * This is common for all services, it's the network setup for the entire 11; * This is common for all services, it's the network setup for the entire
12; * server instance 12; * server instance