aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs
diff options
context:
space:
mode:
authorMW2008-03-20 15:33:08 +0000
committerMW2008-03-20 15:33:08 +0000
commitf61ea1998e07858a7553b2a805cfc3647aa89a5a (patch)
tree58d66aff8966297a317e0b2cee516a04ae15d548 /OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs
parentAnother poxy patch which consists mainly of logging changes (some already com... (diff)
downloadopensim-SC_OLD-f61ea1998e07858a7553b2a805cfc3647aa89a5a.zip
opensim-SC_OLD-f61ea1998e07858a7553b2a805cfc3647aa89a5a.tar.gz
opensim-SC_OLD-f61ea1998e07858a7553b2a805cfc3647aa89a5a.tar.bz2
opensim-SC_OLD-f61ea1998e07858a7553b2a805cfc3647aa89a5a.tar.xz
Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the packetpool, which somewhere through time got lost/reverted
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs')
-rw-r--r--OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs b/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs
index 48b1f3d..36a2cbf 100644
--- a/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs
+++ b/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs
@@ -48,7 +48,6 @@ namespace OpenSim.Region.Capabilities
48 public string name; 48 public string name;
49 public string desc; 49 public string desc;
50 public int created_at; 50 public int created_at;
51
52 } 51 }
53 52
54 [LLSDMap] 53 [LLSDMap]