diff options
author | Charles Krinke | 2008-06-05 14:03:08 +0000 |
---|---|---|
committer | Charles Krinke | 2008-06-05 14:03:08 +0000 |
commit | e2d87b04e30c689b4f114424f09c00b4fb74bf37 (patch) | |
tree | e56cc762e119d7825469d3ce37f1c2b7a357464d /OpenSim/Region/ClientStack | |
parent | Mantis#1450. Thank you kindly, Boscata for a patch that addresses: (diff) | |
download | opensim-SC_OLD-e2d87b04e30c689b4f114424f09c00b4fb74bf37.zip opensim-SC_OLD-e2d87b04e30c689b4f114424f09c00b4fb74bf37.tar.gz opensim-SC_OLD-e2d87b04e30c689b4f114424f09c00b4fb74bf37.tar.bz2 opensim-SC_OLD-e2d87b04e30c689b4f114424f09c00b4fb74bf37.tar.xz |
Mantis#1455. Thank you kindly, Mikem for a patch that addresses
the client thread terminating when creating a new script.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 701f2aa..b28a4a6 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -5063,7 +5063,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5063 | if (handlerUpdateInventoryItem != null) | 5063 | if (handlerUpdateInventoryItem != null) |
5064 | { | 5064 | { |
5065 | InventoryItemBase itemUpd = new InventoryItemBase(); | 5065 | InventoryItemBase itemUpd = new InventoryItemBase(); |
5066 | itemUpd = null; | ||
5067 | itemUpd.ID = update.InventoryData[i].ItemID; | 5066 | itemUpd.ID = update.InventoryData[i].ItemID; |
5068 | itemUpd.Name = Util.FieldToString(update.InventoryData[i].Name); | 5067 | itemUpd.Name = Util.FieldToString(update.InventoryData[i].Name); |
5069 | itemUpd.Description = Util.FieldToString(update.InventoryData[i].Description); | 5068 | itemUpd.Description = Util.FieldToString(update.InventoryData[i].Description); |