diff options
Diffstat (limited to 'OpenSim/Framework/InventoryNodeBase.cs')
-rw-r--r-- | OpenSim/Framework/InventoryNodeBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/InventoryNodeBase.cs b/OpenSim/Framework/InventoryNodeBase.cs index 6f61ab5..57ec516 100644 --- a/OpenSim/Framework/InventoryNodeBase.cs +++ b/OpenSim/Framework/InventoryNodeBase.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Framework | |||
42 | get { return m_name; } | 42 | get { return m_name; } |
43 | set { m_name = value; } | 43 | set { m_name = value; } |
44 | } | 44 | } |
45 | private string m_name; | 45 | private string m_name = string.Empty; |
46 | 46 | ||
47 | /// <summary> | 47 | /// <summary> |
48 | /// A UUID containing the ID for the inventory node itself | 48 | /// A UUID containing the ID for the inventory node itself |