aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-07 18:42:53 +0100
committerJustin Clark-Casey (justincc)2009-09-07 18:42:53 +0100
commit10b075a33da1105ae440a57d5488baa9c161e444 (patch)
tree18743d9c61d93f10a7ea58e505efdf10b073ebac /OpenSim
parentoops, disable T012_EstateSettingsRandomStorage() again since it does appear t... (diff)
downloadopensim-SC_OLD-10b075a33da1105ae440a57d5488baa9c161e444.zip
opensim-SC_OLD-10b075a33da1105ae440a57d5488baa9c161e444.tar.gz
opensim-SC_OLD-10b075a33da1105ae440a57d5488baa9c161e444.tar.bz2
opensim-SC_OLD-10b075a33da1105ae440a57d5488baa9c161e444.tar.xz
change default iar filename
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
index 2c36270..3869de2 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
@@ -57,7 +57,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
57 /// <summary> 57 /// <summary>
58 /// The file to load and save inventory if no filename has been specified 58 /// The file to load and save inventory if no filename has been specified
59 /// </summary> 59 /// </summary>
60 protected const string DEFAULT_INV_BACKUP_FILENAME = "user-inventory_iar.tar.gz"; 60 protected const string DEFAULT_INV_BACKUP_FILENAME = "user-inventory.iar";
61 61
62 /// <value> 62 /// <value>
63 /// Pending save completions initiated from the console 63 /// Pending save completions initiated from the console