diff options
author | Justin Clark-Casey (justincc) | 2010-04-16 22:57:44 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-20 23:44:49 +0100 |
commit | 427ae1087fa67088afa23bcf533c63b52b62ae42 (patch) | |
tree | 8935860451042c673d0ed0f424553b1a22c4d316 /OpenSim/Region/Framework/Scenes | |
parent | Don't append ACKs to zerocoded packets. Although this should fine in theory, ... (diff) | |
download | opensim-SC_OLD-427ae1087fa67088afa23bcf533c63b52b62ae42.zip opensim-SC_OLD-427ae1087fa67088afa23bcf533c63b52b62ae42.tar.gz opensim-SC_OLD-427ae1087fa67088afa23bcf533c63b52b62ae42.tar.bz2 opensim-SC_OLD-427ae1087fa67088afa23bcf533c63b52b62ae42.tar.xz |
minor: correctly print out missing item id when it can't be found rather than a NullReferenceException
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 4f2b446..fcbeeb6 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -531,7 +531,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
531 | return null; | 531 | return null; |
532 | } | 532 | } |
533 | 533 | ||
534 | |||
535 | if (recipientParentFolderId == UUID.Zero) | 534 | if (recipientParentFolderId == UUID.Zero) |
536 | { | 535 | { |
537 | InventoryFolderBase recipientRootFolder = InventoryService.GetRootFolder(recipientId); | 536 | InventoryFolderBase recipientRootFolder = InventoryService.GetRootFolder(recipientId); |