diff options
author | Justin Clarke Casey | 2007-12-31 20:09:47 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-31 20:09:47 +0000 |
commit | e0cf45fe21d07860e7cea624392e180f38662774 (patch) | |
tree | c733ac2841b3e28ff96668d9e06522dfabd02992 /OpenSim | |
parent | Correction of last commit (diff) | |
download | opensim-SC_OLD-e0cf45fe21d07860e7cea624392e180f38662774.zip opensim-SC_OLD-e0cf45fe21d07860e7cea624392e180f38662774.tar.gz opensim-SC_OLD-e0cf45fe21d07860e7cea624392e180f38662774.tar.bz2 opensim-SC_OLD-e0cf45fe21d07860e7cea624392e180f38662774.tar.xz |
Move unused inventory files into the attic
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Grid/InventoryServer/InventoryManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/InventoryServer/InventoryManager.cs b/OpenSim/Grid/InventoryServer/InventoryManager.cs index cea8f31..6ca5064 100644 --- a/OpenSim/Grid/InventoryServer/InventoryManager.cs +++ b/OpenSim/Grid/InventoryServer/InventoryManager.cs | |||
@@ -149,10 +149,10 @@ namespace OpenSim.Grid.InventoryServer | |||
149 | { | 149 | { |
150 | _manager = manager; | 150 | _manager = manager; |
151 | 151 | ||
152 | _inventory = loadInventoryFromXmlFile("inventory/Inventory_Library.xml"); | 152 | _inventory = loadInventoryFromXmlFile("attic/inventory/Inventory_Library.xml"); |
153 | if (fixupInventory(_inventory)) | 153 | if (fixupInventory(_inventory)) |
154 | { | 154 | { |
155 | FileStream fs = new FileStream("inventory/Inventory_Library.xml", FileMode.Truncate, FileAccess.Write); | 155 | FileStream fs = new FileStream("attic/inventory/Inventory_Library.xml", FileMode.Truncate, FileAccess.Write); |
156 | saveInventoryToStream(_inventory, fs); | 156 | saveInventoryToStream(_inventory, fs); |
157 | fs.Flush(); | 157 | fs.Flush(); |
158 | fs.Close(); | 158 | fs.Close(); |