diff options
author | Diva Canto | 2009-10-06 11:08:11 -0700 |
---|---|---|
committer | Diva Canto | 2009-10-06 11:08:11 -0700 |
commit | 77b4abaa251929a4d6079d766f041f997071dc46 (patch) | |
tree | 3feb73cc830f17a9c640eb372df6fd83ff888fa1 /OpenSim/Server/Handlers/Inventory | |
parent | Removing dependencies on System.Runtime.Remoting. (diff) | |
download | opensim-SC_OLD-77b4abaa251929a4d6079d766f041f997071dc46.zip opensim-SC_OLD-77b4abaa251929a4d6079d766f041f997071dc46.tar.gz opensim-SC_OLD-77b4abaa251929a4d6079d766f041f997071dc46.tar.bz2 opensim-SC_OLD-77b4abaa251929a4d6079d766f041f997071dc46.tar.xz |
* Removed verbose debug message
* Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers
* Fixed a stupid bug in the InventoryConnector which was making move items do things twice
Diffstat (limited to 'OpenSim/Server/Handlers/Inventory')
-rw-r--r-- | OpenSim/Server/Handlers/Inventory/InventoryServerInConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Inventory/InventoryServerInConnector.cs b/OpenSim/Server/Handlers/Inventory/InventoryServerInConnector.cs index ca45263..3c92209 100644 --- a/OpenSim/Server/Handlers/Inventory/InventoryServerInConnector.cs +++ b/OpenSim/Server/Handlers/Inventory/InventoryServerInConnector.cs | |||
@@ -77,6 +77,7 @@ namespace OpenSim.Server.Handlers.Inventory | |||
77 | m_doLookup = serverConfig.GetBoolean("SessionAuthentication", false); | 77 | m_doLookup = serverConfig.GetBoolean("SessionAuthentication", false); |
78 | 78 | ||
79 | AddHttpHandlers(server); | 79 | AddHttpHandlers(server); |
80 | m_log.Debug("[INVENTORY HANDLER]: handlers initialized"); | ||
80 | } | 81 | } |
81 | 82 | ||
82 | protected virtual void AddHttpHandlers(IHttpServer m_httpServer) | 83 | protected virtual void AddHttpHandlers(IHttpServer m_httpServer) |