aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorDiva Canto2009-08-19 16:15:04 -0700
committerDiva Canto2009-08-19 17:35:42 -0700
commit6e35ddb0e9642e6719d5043da99d45f8885d13f0 (patch)
tree37617567f2e5f3f5bc6b6c5516c5edf01f842963 /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentMakes the inventory connectors fully compatible with the old Grid.InventorySe... (diff)
downloadopensim-SC_OLD-6e35ddb0e9642e6719d5043da99d45f8885d13f0.zip
opensim-SC_OLD-6e35ddb0e9642e6719d5043da99d45f8885d13f0.tar.gz
opensim-SC_OLD-6e35ddb0e9642e6719d5043da99d45f8885d13f0.tar.bz2
opensim-SC_OLD-6e35ddb0e9642e6719d5043da99d45f8885d13f0.tar.xz
Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in SQlite. Fixes most grief in
http://opensimulator.org/mantis/view.php?id=4035 http://opensimulator.org/mantis/view.php?id=4027
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index a119efc..a9d361b 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -179,8 +179,8 @@ namespace OpenSim.Region.Framework.Scenes
179 else 179 else
180 { 180 {
181 m_log.ErrorFormat( 181 m_log.ErrorFormat(
182 "[AGENT INVENTORY]: Could not resolve user {0} for caps inventory update", 182 "[AGENT INVENTORY]: Could not find item {0} for caps inventory update",
183 remoteClient.AgentId); 183 itemID);
184 } 184 }
185 185
186 return UUID.Zero; 186 return UUID.Zero;