From e2d87b04e30c689b4f114424f09c00b4fb74bf37 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Thu, 5 Jun 2008 14:03:08 +0000 Subject: Mantis#1455. Thank you kindly, Mikem for a patch that addresses the client thread terminating when creating a new script. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim') 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 if (handlerUpdateInventoryItem != null) { InventoryItemBase itemUpd = new InventoryItemBase(); - itemUpd = null; itemUpd.ID = update.InventoryData[i].ItemID; itemUpd.Name = Util.FieldToString(update.InventoryData[i].Name); itemUpd.Description = Util.FieldToString(update.InventoryData[i].Description); -- cgit v1.1