aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCharles Krinke2008-06-05 14:03:08 +0000
committerCharles Krinke2008-06-05 14:03:08 +0000
commite2d87b04e30c689b4f114424f09c00b4fb74bf37 (patch)
treee56cc762e119d7825469d3ce37f1c2b7a357464d
parentMantis#1450. Thank you kindly, Boscata for a patch that addresses: (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
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);