aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorMelanie Thielker2010-04-23 14:41:20 +0200
committerMelanie Thielker2010-04-23 14:41:20 +0200
commit780630d7c05f7306ffceb52db0eda1401112f426 (patch)
treeec66c7e8e1bd3b94e543d87e389d23753bda2dd8 /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-780630d7c05f7306ffceb52db0eda1401112f426.zip
opensim-SC_OLD-780630d7c05f7306ffceb52db0eda1401112f426.tar.gz
opensim-SC_OLD-780630d7c05f7306ffceb52db0eda1401112f426.tar.bz2
opensim-SC_OLD-780630d7c05f7306ffceb52db0eda1401112f426.tar.xz
Fix a nullref in attachment handling. Add some debug to find the attachment
state issue
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index e6e414f..44fd2e1 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -1628,6 +1628,7 @@ namespace OpenSim.Region.Framework.Scenes
1628 remoteClient.AgentId); 1628 remoteClient.AgentId);
1629 AssetService.Store(asset); 1629 AssetService.Store(asset);
1630 1630
1631 m_log.DebugFormat("[ScriptState]: Saved attachment as asset {0}", asset.FullID);
1631 item.AssetID = asset.FullID; 1632 item.AssetID = asset.FullID;
1632 item.Description = asset.Description; 1633 item.Description = asset.Description;
1633 item.Name = asset.Name; 1634 item.Name = asset.Name;