aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory
diff options
context:
space:
mode:
authorDiva Canto2010-06-29 02:07:10 -0700
committerDiva Canto2010-06-29 02:07:10 -0700
commit9fde9085a0fcd2e78b01724e0b7e826156d23f53 (patch)
treecfc21888f31601dcdde723e7c5bd599d8e668b3f /OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory
parentOne more bug fix in FriendsModule: GrantRights. One of the caches was not bei... (diff)
downloadopensim-SC_OLD-9fde9085a0fcd2e78b01724e0b7e826156d23f53.zip
opensim-SC_OLD-9fde9085a0fcd2e78b01724e0b7e826156d23f53.tar.gz
opensim-SC_OLD-9fde9085a0fcd2e78b01724e0b7e826156d23f53.tar.bz2
opensim-SC_OLD-9fde9085a0fcd2e78b01724e0b7e826156d23f53.tar.xz
Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken comments in InventoryAccessModule.
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs
index ae03cdf..209cf0d 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs
@@ -96,7 +96,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Inventory
96 96
97 Object[] args = new Object[] { m_Config, MainServer.Instance, "HGInventoryService" }; 97 Object[] args = new Object[] { m_Config, MainServer.Instance, "HGInventoryService" };
98 98
99 ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:HGInventoryServiceInConnector", args); 99 ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:XInventoryInConnector", args);
100 } 100 }
101 } 101 }
102 102